From 7166cb43ba1a5ac4599e2807bc1d0d96ae9a3147 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 12 Oct 2003 15:45:34 +0000 Subject: [PATCH] this was working ... hhmmm git-svn-id: file:///svn/phpbb/trunk@4585 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 736452d10c..6307549667 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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']; }