]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
config.php partly solved, see #117
[mailer.git] / inc / modules / guest / what-top10.php
index 60a4bd24d058d0388fdc3877d2d17b80323b6bbf..3acd9680593b5d5ac4b04e6b73d371816991fd7d 100644 (file)
@@ -79,7 +79,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'nick'   => $content['nickname'],
                'logins' => $content['total_logins'],
                'points' => translateComma(GET_TOTAL_DATA($content['userid'], "user_points", "points")),
-               'last'   => generateDateTime($content['last_online'], "3"),
+               'last'   => generateDateTime($content['last_online'], '3'),
        );
 
        // Load row template
@@ -149,7 +149,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'uid'    => $content['userid'],
                'nick'   => $content['nickname'],
                'points' => translateComma($content['points']),
-               'last'   => generateDateTime($content['last_online'], "3")
+               'last'   => generateDateTime($content['last_online'], '3')
        );
 
        // Load row template
@@ -220,7 +220,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'refs'   => $content['refs'],
                'nick'   => $content['nickname'],
                'points' => translateComma(GET_TOTAL_DATA($content['userid'], "user_points", "points")),
-               'last'   => generateDateTime($content['last_online'], "3")
+               'last'   => generateDateTime($content['last_online'], '3')
        );
 
        // Load row template