Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-list_newsletter.php
index 7b2f85209cf82c8b4e68dbfbc35c23fc03451aab..0a28997115e3d95090b89e7285c39f3124ca1286 100644 (file)
@@ -49,7 +49,7 @@ if ((REQUEST_ISSET_POST('uid')) && (REQUEST_ISSET_POST('id'))) {
        // Update database...
        // First user's account
        SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET nl_until=(UNIX_TIMESTAMP() + nl_timespan), nl_receive='N', nl_timespan=0 WHERE userid=%s LIMIT 1",
-               array(bigintval(REQUEST_POST('uid'))), __FILE__, __LINE__);
+       array(bigintval(REQUEST_POST('uid'))), __FILE__, __LINE__);
 
        // Next the task system...
        runFilterChain('solve_task', bigintval(REQUEST_POST('id')));