]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usr_online.php
Global rewrite of engine:
[mailer.git] / inc / modules / admin / what-usr_online.php
index fc8b6e782c3a727ff6c5e13d7007689eebfce358..ef9462aac49994f17f3755bc211e44845c1f5606 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 01/14/2005 *
- * ================                             Last change: 01/14/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 01/14/2005 *
+ * ===================                          Last change: 01/14/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-usr_online.php                              *
@@ -85,7 +85,7 @@ if (isExtensionActive('online')) {
 
                        // Add more content
                        $row['sw'] = $SW;
-                       $row['timestamp'] = generateDateTime($row['timestamp'], '2');
+                       $row['timestamp'] = generateDateTime($row['timestamp'], 2);
 
                        // Load row template and switch color
                        $OUT .= loadTemplate('admin_list_online_row', true, $row);