--- trunk/httpd.pl 2004/05/10 20:26:17 41 +++ trunk/httpd.pl 2004/05/10 22:04:01 42 @@ -106,7 +106,7 @@ # XXX LOG print $r->method," ",$url,"\n"; - print Dumper($param),"\n" if ($debug); + print Dumper($param,$mws->{counter}),"\n" if ($debug); # is this static page? if ($static_html && -f "$static_html/$url") { @@ -203,7 +203,7 @@ # push counters to template - foreach my $f (qw(from to cc bcc)) { + foreach my $f (qw(from to cc bcc folder)) { my $h = $mws->counter($f) || next; my @a; foreach my $k (sort { $h->{$b}->{usage} <=> $h->{$a}->{usage} } keys %$h) {