Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / modules / guest / what-stats.php
index d7f0aa5e9dfb6b69cca55e80dc143ebfac2e3629..e5a89e273df7638076cae8f0243ea6236f980d03 100644 (file)
@@ -90,7 +90,7 @@ case "MEMBERS": // Statistics about your members
        }
 
        // Now we have all categories loaded, count members
-       foreach ($cats as $id=>$dummy)
+       foreach ($cats as $id => $dummy)
        {
                // We only need id and nothing more to count...
                $cat_cnt[$id] = SQL_NUMROWS(SQL_QUERY_ESC("SELECT id FROM "._MYSQL_PREFIX."_user_cats WHERE cat_id=%s",
@@ -111,7 +111,7 @@ case "MEMBERS": // Statistics about your members
 
        // Generate monthly stats
        $SW = 2; $r2 = " right2"; $l = "ll"; $r = "lr"; $OUT = "";
-       foreach ($months as $month=>$cnt)
+       foreach ($months as $month => $cnt)
        {
                if ($SW == 2) $OUT .= "<TR>\n";
 
@@ -144,7 +144,7 @@ case "MEMBERS": // Statistics about your members
 
        // Generate category stats
        $SW = 2; $OUT = "";
-       foreach ($cat_cnt as $id=>$cnt)
+       foreach ($cat_cnt as $id => $cnt)
        {
                // Prepare data for the template
                $content = array(