X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cgi-bin%2Fdispatcher.pl;h=b0913eab684e2bea963f85224af167bf3818cd5f;hp=a4b3e3960aec19ab46735e4d6bd9b977549211ee;hb=1cb33b0e2bfcb76ab7b8854f7f36362726f0cd09;hpb=f27f1fcc5bffc0696f694e962eb40dbb0c554855 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