From 1cb33b0e2bfcb76ab7b8854f7f36362726f0cd09 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 22 Feb 2006 20:39:35 +0000 Subject: [PATCH] Uups, forgot one use of $debug_allowed --- cgi-bin/dispatcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index a4b3e39..b0913ea 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -260,7 +260,7 @@ unless (@Packages::CGI::fatal_errors) { my $tet1 = new Benchmark; my $tetd = timediff($tet1, $tet0); print "Total page evaluation took ".timestr($tetd)."
" - if $debug_allowed; + if DEBUG; my $trailer = Packages::HTML::trailer( $ROOT ); $trailer =~ s/LAST_MODIFIED_DATE/gmtime()/e; #FIXME -- 2.39.2