]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
Fix for rallye
[mailer.git] / inc / modules / guest / what-stats.php
index 36d6373b0ae24518a2874f1206dfed255635bf85..7c8088fff1a1cb914b5db4c4695575319dc164f7 100644 (file)
@@ -100,7 +100,7 @@ switch (getConfig('guest_stats')) {
                        $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'");