From acbd3b4dd1235c36ef361b5f836fc225abb70741 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 14 Nov 2008 05:50:55 +0000 Subject: [PATCH] syntax typo after compressing the signature a bit git-svn-id: svn://svn.open-ils.org/ILS/trunk@11182 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index b8060b2be9..97d05d20b0 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -406,7 +406,7 @@ __PACKAGE__->register_method( api_level => 1, argc => 1, signature => - { desc => "Returns a list of the requested org-scoped record ids held" + { desc => "Returns a list of the requested org-scoped record ids held", params => [ { name => 'value', desc => 'The target title', type => 'string' }, { name => 'org_unit', desc => 'The org unit shortname (or "-" or undef for global) to browse', type => 'string' }, @@ -422,7 +422,7 @@ __PACKAGE__->register_method( api_level => 1, argc => 1, signature => - { desc => "Returns a list of the requested org-scoped record ids held" + { desc => "Returns a list of the requested org-scoped record ids held", params => [ { name => 'value', desc => 'The target author', type => 'string' }, { name => 'org_unit', desc => 'The org unit shortname (or "-" or undef for global) to browse', type => 'string' }, @@ -438,7 +438,7 @@ __PACKAGE__->register_method( api_level => 1, argc => 1, signature => - { desc => "Returns a list of the requested org-scoped record ids held" + { desc => "Returns a list of the requested org-scoped record ids held", params => [ { name => 'value', desc => 'The target subject', type => 'string' }, { name => 'org_unit', desc => 'The org unit shortname (or "-" or undef for global) to browse', type => 'string' }, @@ -454,7 +454,7 @@ __PACKAGE__->register_method( api_level => 1, argc => 1, signature => - { desc => "Returns a list of the requested org-scoped record ids held" + { desc => "Returns a list of the requested org-scoped record ids held", params => [ { name => 'value', desc => 'The target topical subject', type => 'string' }, { name => 'org_unit', desc => 'The org unit shortname (or "-" or undef for global) to browse', type => 'string' }, @@ -470,7 +470,7 @@ __PACKAGE__->register_method( api_level => 1, argc => 1, signature => - { desc => "Returns a list of the requested org-scoped record ids held" + { desc => "Returns a list of the requested org-scoped record ids held", params => [ { name => 'value', desc => 'The target series', type => 'string' }, { name => 'org_unit', desc => 'The org unit shortname (or "-" or undef for global) to browse', type => 'string' }, -- 2.11.0