this was working ... hhmmm

git-svn-id: file:///svn/phpbb/trunk@4585 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-10-12 15:45:34 +00:00
parent 17181fc129
commit 7166cb43ba

View file

@ -1214,8 +1214,8 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
// Now, we have to do a little step before really sending, we need to distinguish our users a little bit. ;) // Now, we have to do a little step before really sending, we need to distinguish our users a little bit. ;)
$email_users = $delete_ids = $update_notification = array(); $email_users = $delete_ids = $update_notification = array();
foreach ($notify_rows as $user_id => $row) foreach ($notify_rows as $user_id => $row)
{ {//!$row['allowed'] ||
if (!$row['allowed'] || !trim($row['user_email'])) if (!trim($row['user_email']))
{ {
$delete_ids[$row['notify_type']][] = $row['user_id']; $delete_ids[$row['notify_type']][] = $row['user_id'];
} }