From 67bda607ca7335f3655cfd663bcae42a296b1888 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 1 Sep 2014 11:11:25 +0200 Subject: [PATCH] Squid-accounting: revert setlocale because thevalues are not correctly with this setting --- src/squid-accounting/acct-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/squid-accounting/acct-lib.pl b/src/squid-accounting/acct-lib.pl index f0081b7ef9..a19140d04c 100644 --- a/src/squid-accounting/acct-lib.pl +++ b/src/squid-accounting/acct-lib.pl @@ -460,7 +460,6 @@ sub pdf2 { $lines->linewidth('0.5'); #Fill BILL DATA into PDF - setlocale(LC_ALL, "$mainsettings{'LANGUAGE'}_$uplang"); foreach (@billar) { my ($a1,$a2) = split( /\,/, $_ ); $a2=sprintf"%.2f",($a2/1024/1024); -- 2.39.5