hi, ive added on line 233 one litle conditional to assure the users are active and not blocked
change actual line:
$sql = "SELECT distinct mail FROM {users}";
by this one:
$sql = "SELECT distinct mail FROM {users} WHERE users.status = '1'";
hi, ive added on line 233 one litle conditional to assure the users are active and not blocked
change actual line:
$sql = "SELECT distinct mail FROM {users}";
by this one:
$sql = "SELECT distinct mail FROM {users} WHERE users.status = '1'";
Comments
Comment #1
simeThanks, I've added this.
http://drupal.org/cvs?commit=126315
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.