Hello,
When calling lm from php, I'm not sending any list name to make sure the unsubscription runs on all lists:
lm.php?cmd=unsubscribe&email=test@fiveseasons.be
But I'm getting:
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND ( `fld_email` =
'test@fiveseasons.be' )' at line 1
DELETE LOW_PRIORITY FROM `tbl_mlm_sub` WHERE ( ) AND ( `fld_email` =
'support@fiveseasons.be' )
The WHERE ( ) causes the problem.
Is this the way to force unsubscription from ALL lists?
Thx.