forked from science-ation/science-ation
Ignore email addreses that start with a *
This commit is contained in:
parent
a28b0e8444
commit
be6c5a27c9
@ -682,7 +682,7 @@ case "email_get_list":
|
|||||||
"URLLOGIN"=>$urllogin,
|
"URLLOGIN"=>$urllogin,
|
||||||
);
|
);
|
||||||
|
|
||||||
if($u['email']) {
|
if($u['email'] && $u['email'][0] != '*') {
|
||||||
mysql_query("INSERT INTO emailqueue_recipients (emailqueue_id,toemail,toname,replacements,sent) VALUES (
|
mysql_query("INSERT INTO emailqueue_recipients (emailqueue_id,toemail,toname,replacements,sent) VALUES (
|
||||||
'$emailqueueid',
|
'$emailqueueid',
|
||||||
'".mysql_real_escape_string($u['email'])."',
|
'".mysql_real_escape_string($u['email'])."',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user