[open-ils-commits] r7593 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 27 12:46:32 EDT 2007
Author: miker
Date: 2007-07-27 12:45:16 -0400 (Fri, 27 Jul 2007)
New Revision: 7593
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
arg, typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-07-27 16:43:07 UTC (rev 7592)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-07-27 16:45:16 UTC (rev 7593)
@@ -197,7 +197,6 @@
} elsif (uc($format) eq 'UNIMARC') {
print $r->as_unimarc
} elsif (uc($format) eq 'USMARC') {
- print "Content-type: application/octet-stream\n\n";
print $r->as_usmarc
}
More information about the open-ils-commits
mailing list