*** empty log message ***
This commit is contained in:
parent
8f62498205
commit
b3b3d3bb17
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue