From: eldy <> Date: Mon, 9 Jan 2006 18:51:06 +0000 (+0000) Subject: Remove lc on translation strings X-Git-Tag: AWSTATS_6_6_BETA~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f8ea68667a3989d573d077ecb8b2f50538f39c;p=thirdparty%2FAWStats.git Remove lc on translation strings --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index dc14d5f9..52c1315a 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -8871,15 +8871,15 @@ if (scalar keys %HTMLOutput) { print " 
 \n"; print " 
 \n"; if ($ShowSummary =~ /H/i) { print "$TotalHits".($LogType eq 'M'?"":"
($RatioHits ".lc($Message[57]."/".$Message[12]).")").""; } else { print " "; } - if ($ShowSummary =~ /B/i) { print "".Format_Bytes(int($TotalBytes))."
($RatioBytes $Message[108]/".lc($Message[($LogType eq 'M'?149:12)]).")"; } else { print " "; } + if ($ShowSummary =~ /B/i) { print "".Format_Bytes(int($TotalBytes))."
($RatioBytes $Message[108]/".$Message[($LogType eq 'M'?149:12)].")"; } else { print " "; } } else { if ($LogType eq 'W' || $LogType eq 'S') { print "$Message[160] *"; } if ($ShowSummary =~ /U/i) { print "".($MonthRequired eq 'all'?"<= $TotalUnique
$Message[129]":"$TotalUnique
 ").""; } else { print " "; } if ($ShowSummary =~ /V/i) { print "$TotalVisits
($RatioVisits $Message[52])"; } else { print " "; } - if ($ShowSummary =~ /P/i) { print "$TotalPages
($RatioPages ".lc($Message[56]."/".$Message[12]).")"; } else { print " "; } - if ($ShowSummary =~ /H/i) { print "$TotalHits".($LogType eq 'M'?"":"
($RatioHits ".lc($Message[57]."/".$Message[12]).")").""; } else { print " "; } - if ($ShowSummary =~ /B/i) { print "".Format_Bytes(int($TotalBytes))."
($RatioBytes $Message[108]/".lc($Message[($LogType eq 'M'?149:12)]).")"; } else { print " "; } + if ($ShowSummary =~ /P/i) { print "$TotalPages
($RatioPages ".$Message[56]."/".$Message[12].")"; } else { print " "; } + if ($ShowSummary =~ /H/i) { print "$TotalHits".($LogType eq 'M'?"":"
($RatioHits ".$Message[57]."/".$Message[12].")").""; } else { print " "; } + if ($ShowSummary =~ /B/i) { print "".Format_Bytes(int($TotalBytes))."
($RatioBytes $Message[108]/".$Message[($LogType eq 'M'?149:12)].")"; } else { print " "; } } print "\n"; # Show main indicators values for not viewed traffic values