From: Jeroen van Wolffelaar Date: Thu, 23 Feb 2006 03:18:28 +0000 (+0000) Subject: Add forgotten DEBUG X-Git-Tag: switch-to-templates~60 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=45accc2589d257988a2f9481eb1702e50d1fbc23;hp=d712994b08af4e71e52930ddf1081f1e13384573;p=deb%2Fpackages.git Add forgotten DEBUG --- diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index e776a83..254f0b6 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -67,7 +67,7 @@ my $http_lang = $acc->accepts( $input->http("Accept-Language"), \@LANGUAGES ); debug( "LANGUAGES=@LANGUAGES header=". $input->http("Accept-Language"). - " http_lang=$http_lang", 2 ); + " http_lang=$http_lang", 2 ) if DEBUG; bindtextdomain ( 'pdo', $LOCALES ); textdomain( 'pdo' );