X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-top10.php;h=4bdf990b0bfeb157bd6daae14448056699ff4908;hp=d3c8a06673374a1c449b6bf3db94f02d635352de;hb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;hpb=d49fe31440f5946f23cd2b4044c6e0256640dde4 diff --git a/inc/modules/guest/what-top10.php b/inc/modules/guest/what-top10.php index d3c8a06673..4bdf990b0b 100644 --- a/inc/modules/guest/what-top10.php +++ b/inc/modules/guest/what-top10.php @@ -80,7 +80,7 @@ while ($content = SQL_FETCHARRAY($result)) { 'nickname' => $content['nickname'], 'total_logins' => $content['total_logins'], 'points' => translateComma(countSumTotalData($content['userid'], 'user_points', 'points')), - 'last_online' => generateDateTime($content['last_online'], '3'), + 'last_online' => generateDateTime($content['last_online'], 3), ); // Load row template @@ -147,7 +147,7 @@ while ($content = SQL_FETCHARRAY($result)) { 'userid' => $content['userid'], 'nickname' => $content['nickname'], 'points' => translateComma($content['points']), - 'last_online' => generateDateTime($content['last_online'], '3') + 'last_online' => generateDateTime($content['last_online'], 3) ); // Load row template @@ -215,7 +215,7 @@ while ($content = SQL_FETCHARRAY($result)) { 'refs' => $content['refs'], 'nickname' => $content['nickname'], 'points' => translateComma(countSumTotalData($content['userid'], 'user_points', 'points')), - 'last_online' => generateDateTime($content['last_online'], '3') + 'last_online' => generateDateTime($content['last_online'], 3) ); // Load row template