diff options
author | myk%mozilla.org <> | 2002-06-11 11:25:29 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-06-11 11:25:29 +0200 |
commit | 9866e846e0f72c21abe768bf771addfa73752952 (patch) | |
tree | 632369ad534f8cd6ecf8399e486afa8a2bb87979 | |
parent | 44858935a589f254fdc5b4bb4f83df4aede99a07 (diff) | |
download | bugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.gz bugzilla-9866e846e0f72c21abe768bf771addfa73752952.tar.xz |
Backing out change I accidentally made while checking in fix for bug 137855.
-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) |