From d1699421af2cc057f3981cd8c5026790c3819b48 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 19 Apr 2003 17:49:25 +0000 Subject: [PATCH] hmmm, what's the word I'm looking for ... hhmmm .... poooh git-svn-id: file:///svn/phpbb/trunk@3892 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 1c707fcda5..fab7a2a701 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1299,7 +1299,7 @@ function user_notification($mode, $subject, $forum_id, $topic_id, $post_id) $sql = "SELECT u.user_id, u.username, u.user_email, u.user_lang, t.topic_title, f.forum_name FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . FORUMS_WATCH_TABLE . " fw, " . FORUMS_TABLE . " f WHERE fw.forum_id = $forum_id - AND fw.user_id NOT IN ($already_notified, $sql_ignore_users) + AND fw.user_id NOT IN ($already_notified $sql_ignore_users) AND fw.notify_status = 0 AND t.topic_id = $topic_id AND f.forum_id = fw.forum_id