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 protected]
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` = [email='[email protected]]'[email protected][/email]' )' at line 1
DELETE LOW_PRIORITY FROM `tbl_mlm_sub` WHERE ( ) AND ( `fld_email` = [email='[email protected]]'[email protected][/email]' )
The WHERE ( ) causes the problem.
Is this the way to force unsubscription from ALL lists?
Thx.
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 protected]
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` = [email='[email protected]]'[email protected][/email]' )' at line 1
DELETE LOW_PRIORITY FROM `tbl_mlm_sub` WHERE ( ) AND ( `fld_email` = [email='[email protected]]'[email protected][/email]' )
The WHERE ( ) causes the problem.
Is this the way to force unsubscription from ALL lists?
Thx.