[open-ils-commits] r7604 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 27 14:11:45 EDT 2007


Author: miker
Date: 2007-07-27 14:10:28 -0400 (Fri, 27 Jul 2007)
New Revision: 7604

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:


Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2007-07-27 18:09:01 UTC (rev 7603)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2007-07-27 18:10:28 UTC (rev 7604)
@@ -144,7 +144,7 @@
 		next unless $bib;
 
     		if (uc($format) eq 'BRE') {
-        		$req->print( OpenSRF::Utils::JSON->perl2JSON($bib) );
+        		$r->print( OpenSRF::Utils::JSON->perl2JSON($bib) );
         		next;
     		}
 



More information about the open-ils-commits mailing list