From: myk%mozilla.org <> Date: Tue, 11 Jun 2002 09:25:29 +0000 (+0000) Subject: Backing out change I accidentally made while checking in fix for bug 137855. X-Git-Tag: bugzilla-2.17.1~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9866e846e0f72c21abe768bf771addfa73752952;p=thirdparty%2Fbugzilla.git Backing out change I accidentally made while checking in fix for bug 137855. --- diff --git a/query.cgi b/query.cgi index 5e3255ea68..daa34cd1fe 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)