]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Prepare 6.9 version
authoreldy <>
Sun, 27 Jul 2008 18:02:39 +0000 (18:02 +0000)
committereldy <>
Sun, 27 Jul 2008 18:02:39 +0000 (18:02 +0000)
wwwroot/cgi-bin/awstats.pl

index 84424d1ffedf7733064edc0c19c1edf218eb9d6f..4bb83921e320e16a710b51c0791332f4e9fb8ed0 100644 (file)
@@ -7496,7 +7496,7 @@ if ($UpdateStats && $FrameName ne 'index' && $FrameName ne 'mainleft') {  # Updat
                                        my $hosttouse=($HostResolved?$HostResolved:$Host);
                                        if ($hosttouse =~ /$rowkeytypeval/) { $rowkeyval = "$1"; $rowkeyok = 1; last; }
                                }
-                               elsif ($rowkeytype eq 'VHOST') {
+                               elsif ($rowkeytype eq 'VHOST') {
                                        if ($field[$pos_vh] =~ /$rowkeytypeval/) { $rowkeyval = "$1"; $rowkeyok = 1; last; }
                                }
                                elsif ($rowkeytype =~ /extra(\d+)/i) {