[open-ils-commits] r13030 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri May 1 02:14:58 EDT 2009


Author: dbs
Date: 2009-05-01 02:14:55 -0400 (Fri, 01 May 2009)
New Revision: 13030

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
Just add a single record to the SRU results without a collection wrapper


Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2009-05-01 06:06:59 UTC (rev 13029)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2009-05-01 06:14:55 UTC (rev 13030)
@@ -1670,7 +1670,7 @@
 					)
 				);
 
-				$marcxml = $marc->as_xml();
+				$marcxml = $marc->as_xml_record();
 				$marcxml =~ s/^<\?xml version="1.0" encoding="UTF-8"\?>//o;
 
 			}



More information about the open-ils-commits mailing list