X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-stats.php;h=7c8088fff1a1cb914b5db4c4695575319dc164f7;hb=e8ce566b7f77e4f96fa8a6d6ced4b8f5053c447a;hp=36d6373b0ae24518a2874f1206dfed255635bf85;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;p=mailer.git diff --git a/inc/modules/guest/what-stats.php b/inc/modules/guest/what-stats.php index 36d6373b0a..7c8088fff1 100644 --- a/inc/modules/guest/what-stats.php +++ b/inc/modules/guest/what-stats.php @@ -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'");