]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sun, 11 Nov 2001 03:10:05 +0000 (03:10 +0000)
committereldy <>
Sun, 11 Nov 2001 03:10:05 +0000 (03:10 +0000)
wwwroot/cgi-bin/awstats.pl

index 49c34527f4967d4473d51885d8b8a0f45facb900..47fa97ba6ed02c60eee6898608be216cb21b44ad 100644 (file)
@@ -82,7 +82,7 @@ $WarningMessages= 1;
 %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits =
 %monthlib = %monthnum = ();
 
-$VERSION="3.2 (build 53)";
+$VERSION="3.2 (build 54)";
 $Lang="en";
 
 # Default value
@@ -1374,6 +1374,7 @@ sub ChangeWordSeparatorsIntoSpace {
        $_[0] =~ s/%27/ /g;
        $_[0] =~ s/%28/ /g;
        $_[0] =~ s/%29/ /g;
+       $_[0] =~ s/%2b/ /g;
        $_[0] =~ s/%2c/ /g;
        $_[0] =~ tr/\+\'\(\)\",/      /s;                                                               # "&" and "=" must not be in this list
 }