Closed (fixed)
Project:
Subscriptions
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2007 at 23:39 UTC
Updated:
9 Aug 2007 at 06:50 UTC
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