mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
this was working ... hhmmm
git-svn-id: file:///svn/phpbb/trunk@4585 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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. ;)
|
||||
$email_users = $delete_ids = $update_notification = array();
|
||||
foreach ($notify_rows as $user_id => $row)
|
||||
{
|
||||
if (!$row['allowed'] || !trim($row['user_email']))
|
||||
{//!$row['allowed'] ||
|
||||
if (!trim($row['user_email']))
|
||||
{
|
||||
$delete_ids[$row['notify_type']][] = $row['user_id'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user