diff options
author | myk%mozilla.org <> | 2002-06-11 09:25:29 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2002-06-11 09:25:29 +0000 |
commit | 9866e846e0f72c21abe768bf771addfa73752952 (patch) | |
tree | 632369ad534f8cd6ecf8399e486afa8a2bb87979 /query.cgi | |
parent | Fix for bug 150703: Adds format support to query.cgi. (diff) | |
download | bugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.gz bugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.bz2 bugzilla-9866e846e0f72c21abe768bf771addfa73752952.zip |
Backing out change I accidentally made while checking in fix for bug 137855.
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |