]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
New functions introduced, several rewrites:
[mailer.git] / inc / modules / guest / what-stats.php
index 56e6999b33f070cd08549aaa02cf52ddff3f0044..ff73dc5c3c15a5963852ca7eeefb38d3a3ae7736 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 12/14/2003 *
- * ================                             Last change: 08/22/2004 *
+ * ===================                          Last change: 08/22/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-stats.php                                   *
@@ -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;