Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-list_autopurge.php
index be29dfad9fabe69ffefbba69daa22548f6c9f676..9dbd590edf9fe5a04fd75f76f7b654fc16d43a52 100644 (file)
@@ -64,11 +64,11 @@ FROM `{!_MYSQL_PREFIX!}_user_data` AS d
 WHERE d.`status`='CONFIRMED' AND d.joined < (UNIX_TIMESTAMP() - %s) AND d.last_online < (UNIX_TIMESTAMP() - %s) AND d.ap_notified < (UNIX_TIMESTAMP() - %s)
 ".$EXCLUDE_LIST."
 ORDER BY d.userid",
-       array(
-               getConfig('ap_inactive_since'),
-               getConfig('ap_inactive_since'),
-               getConfig('ap_inactive_since')
-       ), __FILE__, __LINE__);
+array(
+getConfig('ap_inactive_since'),
+getConfig('ap_inactive_since'),
+getConfig('ap_inactive_since')
+), __FILE__, __LINE__);
 
 if (SQL_NUMROWS($result) > 0) {
        // Ok, we have found some inactive accounts