Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / guest / what-active.php
index 53f144ba4a4b79705ca9dd5f45fb6bf5c2fada85..7cde3f864e2c1ad3a568f09afa58d97f7782d939 100644 (file)
@@ -59,7 +59,7 @@ $result = SQL_QUERY_ESC("SELECT userid, ".$add.", last_online
 FROM `{!_MYSQL_PREFIX!}_user_data`
 WHERE last_online >= %s AND `status`='CONFIRMED'
 ORDER BY last_online DESC LIMIT %s",
-       array(START_TDAY, getConfig('active_limit')), __FILE__, __LINE__);
+array(START_TDAY, getConfig('active_limit')), __FILE__, __LINE__);
 
 // Entries found?
 if (SQL_NUMROWS($result) > 0) {