]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Optimized code size.
authoreldy <>
Thu, 27 Feb 2003 10:41:44 +0000 (10:41 +0000)
committereldy <>
Thu, 27 Feb 2003 10:41:44 +0000 (10:41 +0000)
wwwroot/cgi-bin/plugins/tooltips.pm

index f923a490a3ec5c0d643d3800dec4696597269a7a..379f8318f914e5641dafdaef6ee4d28d6caa1600 100644 (file)
@@ -169,7 +169,7 @@ sub _ReadAndOutputTooltipFile {
                        if ($_ =~ /\<!--/) { next; }    # Remove comment
                        # Search for replaceable parameters
                        s/#PROG#/$aws_PROG/;
-                       s/#MaxNbOfRefererShown#/$MaxNbOfRefererShown/;
+                       s/#MaxNbOfRefererShown#/$MaxNbOf{'RefererShown'}/;
                        s/#VisitTimeOut#/$aws_VisitTimeout/;
                        s/#RobotArray#/$aws_NbOfRobots/;
                        s/#SearchEnginesArray#/$aws_NbOfSearchEngines/;