]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / modules / guest / what-top10.php
index d3c8a06673374a1c449b6bf3db94f02d635352de..f877c265376c1c5d38e1bf61ef37b5970890e90d 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 *
@@ -80,7 +81,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 +148,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 +216,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