]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
Squid-accounting: revert setlocale because thevalues are not correctly with this...
authorAlexander Marx <amarx@ipfire.org>
Mon, 1 Sep 2014 09:11:25 +0000 (11:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Sep 2014 17:39:35 +0000 (19:39 +0200)
src/squid-accounting/acct-lib.pl

index f0081b7ef9551049e8ef027dc63e879a6aa496a8..a19140d04cd055714d8dae3dd556b73222488d85 100644 (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);