[open-ils-commits] r10312 -
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/Search
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Aug 8 10:40:05 EDT 2008
Author: phasefx
Date: 2008-08-08 10:40:03 -0400 (Fri, 08 Aug 2008)
New Revision: 10312
Modified:
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm
Log:
yaz change; will complain of bad xml format otherwise
Modified: branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm
===================================================================
--- branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm 2008-08-08 14:39:48 UTC (rev 10311)
+++ branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm 2008-08-08 14:40:03 UTC (rev 10312)
@@ -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