mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
this was working ... hhmmm
git-svn-id: file:///svn/phpbb/trunk@4585 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
17181fc129
commit
7166cb43ba
1 changed files with 2 additions and 2 deletions
|
@ -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'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue