From b9baadf6fd6492c4b48c3e16a6eecb08e985ce40 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 4 Apr 2008 05:42:04 +0000 Subject: [PATCH] removed git-svn-id: http://yolanda.mister-muffin.de/svn@271 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/search.pl | 1 - 1 file changed, 1 deletion(-) 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 = ();