Closed (fixed)
Project:
Mailout
Version:
5.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 20:32 UTC
Updated:
31 Jul 2008 at 04:47 UTC
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.