From 45accc2589d257988a2f9481eb1702e50d1fbc23 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Thu, 23 Feb 2006 03:18:28 +0000 Subject: [PATCH] Add forgotten DEBUG --- 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 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' ); -- 2.39.2