https://bugzilla.wikimedia.org/show_bug.cgi?id=72686
--- Comment #2 from Sam Reed (reedy) <[email protected]> --- (In reply to Chris Steipp from comment #1) > (In reply to Sam Reed (reedy) from comment #0) > > array( > > 'br_user'=> $originalEmail, > > 'br_timestamp' >= $bounceValidPeriod > > ), > > > > 'br_timestamp' >= $bounceValidPeriod > > > > This will be evaluated as a bool. Needs to be something more like > > > > 'br_timestamp >= ' . $bounceValidPeriod > > Just please quote $bounceValidPeriod if you're writing the sql yourself Aaron already did :) https://gerrit.wikimedia.org/r/#/c/169760/ And broke the tests :D -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
