We don't need to escape values anymore

This commit is contained in:
Michael 2019-03-26 21:58:03 +00:00
parent 2e0697c70e
commit 83ff2b0382
2 changed files with 4 additions and 4 deletions

View file

@ -205,7 +205,7 @@ class ForumManager
AND NOT `contact`.`pending` AND NOT `contact`.`archive`
AND `contact`.`success_update` > `failure_update`
GROUP BY `contact`.`id` ",
intval(local_user())
local_user()
);
return DBA::toArray($stmtContacts);