From 74d9b1cb53d8a08c3f5d99c11e124af940bdfba9 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 28 Oct 2002 18:01:48 +0000 Subject: [PATCH] Bug broke illustrator searching. --- search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.pl b/search.pl index fd7f53767f..1191814311 100755 --- a/search.pl +++ b/search.pl @@ -44,7 +44,7 @@ $search{'author'}=$author; $search{'authoresc'}=$author; #$search{'authorhtmlescaped'}=~s/ /%20/g; my $illustrator=$query->param('illustrator'); -$search{'param'}=$illustrator; +$search{'illustrator'}=$illustrator; my $itemnumber=$query->param('itemnumber'); $search{'itemnumber'}=$itemnumber; my $isbn=$query->param('isbn'); -- 2.39.5