Commit 9866e846 authored by myk%mozilla.org's avatar myk%mozilla.org

Backing out change I accidentally made while checking in fix for bug 137855.

parent 44858935
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment