]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / guest / what-stats.php
index 44770bda678ef9db05ed253d987bb2b2ce92ec89..36d6373b0ae24518a2874f1206dfed255635bf85 100644 (file)
@@ -100,7 +100,7 @@ switch (getConfig('guest_stats')) {
                        $month = $idx;
 
                        // Append leading zero
                        $month = $idx;
 
                        // Append leading zero
-                       if ($idx < 10) $month = '0'.$idx;
+                       if ($idx < 10) $month = 0 . $idx;
 
                        // Count months
                        $months[$month] = countSumTotalData(bigintval($month), 'user_data', 'userid', 'birth_month', true, " AND `status`='CONFIRMED'");
 
                        // Count months
                        $months[$month] = countSumTotalData(bigintval($month), 'user_data', 'userid', 'birth_month', true, " AND `status`='CONFIRMED'");