[open-ils-commits] r7598 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 27 13:42:48 EDT 2007
Author: miker
Date: 2007-07-27 13:41:32 -0400 (Fri, 27 Jul 2007)
New Revision: 7598
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 17:40:17 UTC (rev 7597)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-07-27 17:41:32 UTC (rev 7598)
@@ -55,7 +55,7 @@
return 200 unless (@records);
my $type = $cgi->param('rectype') || 'biblio';
- if ($type ne 'biblio && $type ne 'authority') {
+ if ($type ne 'biblio' && $type ne 'authority') {
die "Bad record type: $type";
}
More information about the open-ils-commits
mailing list