From ceeacaf6055262757df70fb3393bc185e0729008 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 27 Jul 2007 18:10:28 +0000 Subject: [PATCH] git-svn-id: svn://svn.open-ils.org/ILS/trunk@7604 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index 3cabe92303..dad6684a6a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -144,7 +144,7 @@ sub handler { next unless $bib; if (uc($format) eq 'BRE') { - $req->print( OpenSRF::Utils::JSON->perl2JSON($bib) ); + $r->print( OpenSRF::Utils::JSON->perl2JSON($bib) ); next; } -- 2.11.0