From 7efeed6bddedfab27e86723893e417736a71c569 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 16 Nov 2007 09:18:35 +0100 Subject: [PATCH] removing 2 useless lines Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- catalogue/search.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index a3a3e53d3d..a1ea0bc871 100755 --- a/catalogue/search.pl +++ b/catalogue/search.pl @@ -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; } -- 2.39.5