]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
Fix empty delimiter in isSpider()
[mailer.git] / inc / modules / guest / what-top10.php
index d3c8a06673374a1c449b6bf3db94f02d635352de..241b6eb79c7837790d78f4fdf2f396b9dfd84856 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                                   *
@@ -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