From b3b3d3bb178bc8d0db554019fde8684a70e9c7cf Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 3 Feb 2003 10:52:40 +0000 Subject: [PATCH] *** empty log message *** --- search.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/search.pl b/search.pl index b24e95884c..0e59718537 100755 --- a/search.pl +++ b/search.pl @@ -83,7 +83,6 @@ foreach my $term (qw(keyword subject author illustrator itemnumber publisher ttype)) { my $value = $query->param($term); - next unless defined $value && $value ne ""; # Skip blank search terms $search{$term} = $value; -- 2.11.0