danbrooks
danbrooks
Comments
-
@derivativemedia - yeah, it makes sure to remove any extra whitespace around the email first, before looking for it in the database. I created my list for testing, using PHP…
-
Hey Ben,
Have figured out what's going on, it happens when there are extra spaces around the email.
In subscribers/line-update.php, it's doing the duplicate lookup before the trim()'s which happen later. I've added this to line…