*** empty log message ***
authortipaul <tipaul>
Mon, 3 Feb 2003 10:52:40 +0000 (10:52 +0000)
committertipaul <tipaul>
Mon, 3 Feb 2003 10:52:40 +0000 (10:52 +0000)
search.pl

index b24e958..0e59718 100755 (executable)
--- 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;