[open-ils-commits] r16580 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 3 10:56:10 EDT 2010


Author: miker
Date: 2010-06-03 10:56:08 -0400 (Thu, 03 Jun 2010)
New Revision: 16580

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
documentation cut-n-pasto ... authority records are not org-scoped

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-06-03 14:35:03 UTC (rev 16579)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-06-03 14:56:08 UTC (rev 16580)
@@ -678,7 +678,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 authority record ids held",
 		  params   =>
 		  	[ { name => 'value', desc => 'The target title', type => 'string' },
 			  { name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
@@ -693,7 +693,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 authority record ids held",
 		  params   =>
 		  	[ { name => 'value', desc => 'The target author', type => 'string' },
 			  { name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
@@ -708,7 +708,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 authority record ids held",
 		  params   =>
 		  	[ { name => 'value', desc => 'The target subject', type => 'string' },
 			  { name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
@@ -723,7 +723,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 authority record ids held",
 		  params   =>
 		  	[ { name => 'value', desc => 'The target topical subject', type => 'string' },
 			  { name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
@@ -795,7 +795,7 @@
 	argc      => 1,
 	signature =>
 		{ desc     => <<"		  DESC",
-Returns a list of the requested org-scoped record ids held
+Returns a list of the requested authority record ids held
 		  DESC
 		  params   =>
 		  	[



More information about the open-ils-commits mailing list