diff --git a/trunk/search.pl b/trunk/search.pl index 3d1c059..e299816 100644 --- a/trunk/search.pl +++ b/trunk/search.pl @@ -12,7 +12,6 @@ $session = new CGI::Session; #check if query is set if($query->param('query')) { - $page->{'search'} = ['']; $page->{'results'}->{'query'} = $query->param('query'); my @args = ();