There should be an operator at the end of the SQL subclause in the line
$placeholders = 'u.uid NOT IN (%d'. str_repeat(',%d', count($sent) - 1) .')';
probably either an AND or an OR.
Without the operator, the resulting SELECT statement is bad.
There should be an operator at the end of the SQL subclause in the line
$placeholders = 'u.uid NOT IN (%d'. str_repeat(',%d', count($sent) - 1) .')';
probably either an AND or an OR.
Without the operator, the resulting SELECT statement is bad.
Comments
Comment #1
chx commentedComment #2
(not verified) commented