[open-ils-commits] r11886 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Search
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 20 14:13:44 EST 2009
Author: dbs
Date: 2009-01-20 14:13:40 -0500 (Tue, 20 Jan 2009)
New Revision: 11886
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
Log:
Typo in API documentation. It's the little things. And we aren't talking C++ here; Perl uses STDOUT :)
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm 2009-01-20 17:42:24 UTC (rev 11885)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm 2009-01-20 19:13:40 UTC (rev 11886)
@@ -1317,7 +1317,7 @@
api_name => "open-ils.search.biblio.copy_counts.summary.retrieve",
notes => <<" NOTES");
returns an array of these:
- [ org_id, callnumber_label, <status1_count>, <status2_cout>,...]
+ [ org_id, callnumber_label, <status1_count>, <status2_count>,...]
where statusx is a copy status name. the statuses are sorted
by id.
NOTES
@@ -1337,7 +1337,7 @@
api_name => "open-ils.search.biblio.copy_location_counts.summary.retrieve",
notes => <<" NOTES");
returns an array of these:
- [ org_id, callnumber_label, copy_location, <status1_count>, <status2_cout>,...]
+ [ org_id, callnumber_label, copy_location, <status1_count>, <status2_count>,...]
where statusx is a copy status name. the statuses are sorted
by id.
NOTES
@@ -1357,7 +1357,7 @@
api_name => "open-ils.search.biblio.copy_counts.location.summary.retrieve",
notes => <<" NOTES");
returns an array of these:
- [ org_id, callnumber_label, <status1_count>, <status2_cout>,...]
+ [ org_id, callnumber_label, <status1_count>, <status2_count>,...]
where statusx is a copy status name. the statuses are sorted
by id.
NOTES
More information about the open-ils-commits
mailing list