summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-06-11 11:25:29 +0200
committermyk%mozilla.org <>2002-06-11 11:25:29 +0200
commit9866e846e0f72c21abe768bf771addfa73752952 (patch)
tree632369ad534f8cd6ecf8399e486afa8a2bb87979 /query.cgi
parent44858935a589f254fdc5b4bb4f83df4aede99a07 (diff)
downloadbugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.gz
bugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.xz
Backing out change I accidentally made while checking in fix for bug 137855.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi1
1 files changed, 0 insertions, 1 deletions
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)