X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=gatherstats.pl;h=14cd88300441306ea825b8b80251494f179f59b5;hb=89db2f904dc9ddd07bfce9c3fe1fe81b58c1aa8b;hpb=ad6097927113a27587ed8b1785f18c4b18db58e8 diff --git a/gatherstats.pl b/gatherstats.pl index a721b3e..14cd883 100755 --- a/gatherstats.pl +++ b/gatherstats.pl @@ -77,7 +77,7 @@ foreach my $Month (&ListMonth($StartMonth,$EndMonth)) { my %Postings; while (($_) = $DBQuery->fetchrow_array) { # get list oft newsgroups and hierarchies from Newsgroups: - my %Newsgroups = ListNewsgroups($_,$Options{'l'} ? \%ValidGroups : ''); + my %Newsgroups = ListNewsgroups($_,$Conf{'TLH'},$Options{'l'} ? \%ValidGroups : ''); # count each newsgroup and hierarchy once foreach (sort keys %Newsgroups) { $Postings{$_}++;