From 8fdcfa853980bcd3b76b66a5b49042666c55d8ae Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 1 Mar 2008 16:37:27 +0000 Subject: [PATCH] more adjusting of the cql qualifier logic git-svn-id: svn://svn.open-ils.org/ILS/trunk@8848 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index b160c04b24..1595642b99 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1344,7 +1344,7 @@ sub sru_search { ) for @$recs; print $cgi->header( -type => 'application/xml' ); - print entityize($resp->toXML) . "\n"; + print entityize($resp->asXML) . "\n"; return Apache2::Const::OK; } } -- 2.43.2