[open-ils-commits] r8848 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Mar 1 12:09:16 EST 2008
Author: miker
Date: 2008-03-01 11:37:27 -0500 (Sat, 01 Mar 2008)
New Revision: 8848
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
more adjusting of the cql qualifier logic
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-01 16:36:54 UTC (rev 8847)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-01 16:37:27 UTC (rev 8848)
@@ -1344,7 +1344,7 @@
) for @$recs;
print $cgi->header( -type => 'application/xml' );
- print entityize($resp->toXML) . "\n";
+ print entityize($resp->asXML) . "\n";
return Apache2::Const::OK;
}
}
More information about the open-ils-commits
mailing list