X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-top10.php;h=569721e6d7875938a7dbfadcb3d407fab3bef054;hb=36c3c8b749a88ce05ad0fda81e00047f9cb5433f;hp=b784135a098b63a4bbda012909148c1269319e5b;hpb=1e2a4228e071a67a2d79e970a843e3e30476cfb8;p=mailer.git diff --git a/inc/modules/guest/what-top10.php b/inc/modules/guest/what-top10.php index b784135a09..569721e6d7 100644 --- a/inc/modules/guest/what-top10.php +++ b/inc/modules/guest/what-top10.php @@ -78,7 +78,7 @@ while ($content = SQL_FETCHARRAY($result)) { 'uid' => $content['userid'], 'nick' => $content['nickname'], 'logins' => $content['total_logins'], - 'points' => translateComma(GET_TOTAL_DATA($content['userid'], "user_points", "points")), + 'points' => translateComma(GET_TOTAL_DATA($content['userid'], 'user_points', 'points')), 'last' => generateDateTime($content['last_online'], '3'), ); @@ -99,7 +99,7 @@ if ($cnt < getConfig('top10_max')) { ); // Load row template - $OUT .= LOAD_TEMPLATE("guest_top10_empty5", true, $content); + $OUT .= LOAD_TEMPLATE('guest_top10_empty5', true, $content); $SW = 3 - $SW; } // END - for } // END - if @@ -153,7 +153,7 @@ while ($content = SQL_FETCHARRAY($result)) { ); // Load row template - $OUT .= LOAD_TEMPLATE("guest_top10_row_earner", true, $content); + $OUT .= LOAD_TEMPLATE('guest_top10_row_earner', true, $content); // Switch colors and count one up $SW = 3 - $SW; $cnt++; @@ -169,7 +169,7 @@ if ($cnt < getConfig('top10_max')) { ); // Load row template - $OUT .= LOAD_TEMPLATE("guest_top10_empty4", true, $content); + $OUT .= LOAD_TEMPLATE('guest_top10_empty4', true, $content); $SW = 3 - $SW; } // END - for } // END - if @@ -219,7 +219,7 @@ while ($content = SQL_FETCHARRAY($result)) { 'uid' => $content['userid'], 'refs' => $content['refs'], 'nick' => $content['nickname'], - 'points' => translateComma(GET_TOTAL_DATA($content['userid'], "user_points", "points")), + 'points' => translateComma(GET_TOTAL_DATA($content['userid'], 'user_points', 'points')), 'last' => generateDateTime($content['last_online'], '3') );