[open-ils-commits] r8853 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 3 00:16:35 EST 2008
Author: miker
Date: 2008-03-02 23:44:33 -0500 (Sun, 02 Mar 2008)
New Revision: 8853
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-03 04:41:21 UTC (rev 8852)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-03 04:44:33 UTC (rev 8853)
@@ -1350,7 +1350,7 @@
)
) for @$bre;
- $resp->numberOfRecords($recs->{count}}
+ $resp->numberOfRecords($recs->{count});
print $cgi->header( -type => 'application/xml' );
print entityize($resp->asXML) . "\n";
More information about the open-ils-commits
mailing list