[open-ils-commits] r11182 - trunk/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 14 00:50:57 EST 2008
Author: miker
Date: 2008-11-14 00:50:55 -0500 (Fri, 14 Nov 2008)
New Revision: 11182
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
syntax typo after compressing the signature a bit
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-14 05:44:50 UTC (rev 11181)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-14 05:50:55 UTC (rev 11182)
@@ -406,7 +406,7 @@
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 @@
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 @@
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 @@
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 @@
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' },
More information about the open-ils-commits
mailing list