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