]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usr_online.php
Adding of request parameters partialy finished
[mailer.git] / inc / modules / admin / what-usr_online.php
index fc8b6e782c3a727ff6c5e13d7007689eebfce358..019b56484207033299c95053e4f29df5c990fa12 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);
@@ -97,7 +97,7 @@ if (isExtensionActive('online')) {
 
                // Remember rows and fancy time in array
                $content['rows']           = $OUT;
-               $content['online_timeout'] = sprintf(getMessage('ONLINE_TIMEOUT_IS'), createFancyTime(getConfig('online_timeout')));
+               $content['online_timeout'] = getMaskedMessage('ONLINE_TIMEOUT_IS');
 
                // Load footer template
                loadTemplate('admin_list_online', false, $content);