]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Backing out change I accidentally made while checking in fix for bug 137855.
authormyk%mozilla.org <>
Tue, 11 Jun 2002 09:25:29 +0000 (09:25 +0000)
committermyk%mozilla.org <>
Tue, 11 Jun 2002 09:25:29 +0000 (09:25 +0000)
query.cgi

index 5e3255ea68fae53f6729299be80361e8b499d802..daa34cd1fee62db038f9708a641b213a33321bef 100755 (executable)
--- 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)