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