From 9866e846e0f72c21abe768bf771addfa73752952 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 11 Jun 2002 09:25:29 +0000 Subject: Backing out change I accidentally made while checking in fix for bug 137855. --- query.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 5e3255ea6..daa34cd1f 100755 --- a/query.cgi +++ b/query.cgi @@ -376,7 +376,6 @@ $default{'querytype'} = $deforder || 'Importance'; $vars->{'default'} = \%default; # Generate and return the UI (HTML page) from the appropriate template. -$::FORM{'format'} ||= "classic"; my $format = ValidateOutputFormat($::FORM{'format'}, "search"); print "Content-type: text/html\n\n"; $template->process("search/$format->{'template'}", $vars) -- cgit v1.2.3-24-g4f1b