[open-ils-commits] r10310 -
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Aug 8 10:39:40 EDT 2008
Author: phasefx
Date: 2008-08-08 10:39:38 -0400 (Fri, 08 Aug 2008)
New Revision: 10310
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm
Log:
yaz change; will complain of bad xml format otherwise
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm 2008-08-08 13:18:43 UTC (rev 10309)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm 2008-08-08 14:39:38 UTC (rev 10310)
@@ -17,7 +17,7 @@
use OpenSRF::Utils::Logger qw/$logger/;
use OpenILS::Utils::Editor q/:funcs/;
-my $output = "USMARC";
+my $output = "usmarc";
my $sclient;
my %services;
More information about the open-ils-commits
mailing list