removing 2 useless lines
authorPaul POULAIN <paul@koha-fr.org>
Fri, 16 Nov 2007 08:18:35 +0000 (09:18 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 20 Nov 2007 22:09:15 +0000 (16:09 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
catalogue/search.pl

index a3a3e53..a1ea0bc 100755 (executable)
@@ -321,9 +321,6 @@ if ( $template_type eq 'advsearch' ) {
        $template->param( expanded_options => $cgi->param('expanded_options'));
        }
 
-    # load the sort_by options for the template
-    my $sort_by = $cgi->param('sort_by');
-
     output_html_with_http_headers $cgi, $cookie, $template->output;
     exit;
 }