From c781f2575a302a9a6eb922d315d564d0f913d4f2 Mon Sep 17 00:00:00 2001 From: acli Date: Thu, 6 Feb 2003 07:11:09 +0000 Subject: [PATCH] Bug in previous check-in --- loadmodules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadmodules.pl b/loadmodules.pl index 52918453e4..15912aa380 100755 --- a/loadmodules.pl +++ b/loadmodules.pl @@ -53,7 +53,7 @@ sub acquisitions { sub catalogue_search { my $marc_p = C4::Context->boolean_preference("marc"); - $marc_p = 1 unless defined $aq_type; + $marc_p = 1 unless defined $marc_p; my $query = new CGI; my $type = $query->param('type'); if ($marc_p) { -- 2.11.0