Squid-accounting: revert setlocale because thevalues are not correctly with this setting

This commit is contained in:
Alexander Marx
2014-09-01 11:11:25 +02:00
committed by Michael Tremer
parent 48f989de15
commit 67bda607ca

View File

@@ -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);