]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / modules / guest / what-stats.php
index 56e6999b33f070cd08549aaa02cf52ddff3f0044..9e12b77d1345d5706534fc267400a9716a582198 100644 (file)
@@ -137,7 +137,7 @@ switch (getConfig('guest_stats')) {
                $content['ltitle']        = $ltitle;
 
                // Generate monthly stats
-               $SW = 2; $r2 = ' right2'; $l = 'll'; $r = 'lr'; $OUT = '';
+               $SW = 2; $r2 = ' right'; $l = 'll'; $r = 'lr'; $OUT = '';
                foreach ($months as $month => $cnt) {
                        if ($SW == 2) $OUT .= "<tr>\n";
 
@@ -158,7 +158,7 @@ switch (getConfig('guest_stats')) {
                                $l = 'rl'; $r = 'rr';
                        } else {
                                $OUT .= "</tr>\n";
-                               $r2 = ' right2';
+                               $r2 = ' right';
                                $l = 'll'; $r = 'lr';
                        }
                        $SW = 3 - $SW;