Fix dirty paste in code.

This commit is contained in:
Darold Gilles 2013-11-30 19:14:19 +01:00
parent 028080f8c6
commit c8f5bbe5bc
1 changed files with 2 additions and 2 deletions

View File

@ -2766,8 +2766,8 @@ sub _print_top_domain_stat
$t1 =~ s/\%d/$self->{TopNumber}/; $t1 =~ s/\%d/$self->{TopNumber}/;
if ($tpe eq 'Hits') { if ($tpe eq 'Hits') {
$domain_stat{"$1$2"}{hits} += $hits; # $domain_stat{"$1$2"}{hits} += $hits;
$domain_stat{"$1$2"}{bytes} += $bytes; # $domain_stat{"$1$2"}{bytes} += $bytes;
print $out $self->_print_title($t1, $stat_date); print $out $self->_print_title($t1, $stat_date);
my %data = (); my %data = ();