From: Frank Lichtenheld Date: Sat, 4 Feb 2006 20:59:08 +0000 (+0000) Subject: Used wrong variable for displaying the final benchmark result. X-Git-Tag: switch-to-templates~174 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=8dbbcf019e5e9b80f2d02542004925b03b295849;p=deb%2Fpackages.git Used wrong variable for displaying the final benchmark result. Which actually explains a lot ;) --- diff --git a/cgi-bin/search_packages.pl b/cgi-bin/search_packages.pl index 6497f06..e5cf44d 100755 --- a/cgi-bin/search_packages.pl +++ b/cgi-bin/search_packages.pl @@ -406,7 +406,7 @@ if (@results) { #print_results(\@results, \%opts) if @results;; my $tet1 = new Benchmark; my $tetd = timediff($tet1, $tet0); -print "Total page evaluation took ".timestr($petd)."
" +print "Total page evaluation took ".timestr($tetd)."
" if $debug_allowed; my $trailer = Packages::HTML::trailer( $ROOT );