https://bugzilla.wikimedia.org/show_bug.cgi?id=72686

Chris Steipp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Chris Steipp <[email protected]> ---
(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

-- 
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

Reply via email to