Ignore email addreses that start with a *

This commit is contained in:
dave 2010-03-25 04:27:31 +00:00
parent a28b0e8444
commit be6c5a27c9

View File

@ -682,7 +682,7 @@ case "email_get_list":
"URLLOGIN"=>$urllogin,
);
if($u['email']) {
if($u['email'] && $u['email'][0] != '*') {
mysql_query("INSERT INTO emailqueue_recipients (emailqueue_id,toemail,toname,replacements,sent) VALUES (
'$emailqueueid',
'".mysql_real_escape_string($u['email'])."',