More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-usr_online.php
index fc8b6e782c3a727ff6c5e13d7007689eebfce358..322c34634a0e21440f902133414d498a00ece316 100644 (file)
@@ -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);