]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / inc / modules / guest / what-top10.php
index 4bdf990b0bfeb157bd6daae14448056699ff4908..44193f3aff79776d3e6dfb1100db816951d05b33 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/24/2004 *
- * ================                             Last change: 11/26/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/24/2004 *
+ * ===================                          Last change: 11/26/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-top10.php                                   *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -79,7 +80,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'userid'       => $content['userid'],
                'nickname'     => $content['nickname'],
                'total_logins' => $content['total_logins'],
-               'points'       => translateComma(countSumTotalData($content['userid'], 'user_points', 'points')),
+               'points'       => (countSumTotalData($content['userid'], 'user_points', 'points')),
                'last_online'  => generateDateTime($content['last_online'], 3),
        );
 
@@ -146,7 +147,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'cnt'         => $cnt,
                'userid'      => $content['userid'],
                'nickname'    => $content['nickname'],
-               'points'      => translateComma($content['points']),
+               'points'      => $content['points'],
                'last_online' => generateDateTime($content['last_online'], 3)
        );
 
@@ -214,7 +215,7 @@ while ($content = SQL_FETCHARRAY($result)) {
                'userid'      => $content['userid'],
                'refs'        => $content['refs'],
                'nickname'    => $content['nickname'],
-               'points'      => translateComma(countSumTotalData($content['userid'], 'user_points', 'points')),
+               'points'      => (countSumTotalData($content['userid'], 'user_points', 'points')),
                'last_online' => generateDateTime($content['last_online'], 3)
        );