diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-19 17:49:25 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-19 17:49:25 +0000 |
| commit | d1699421af2cc057f3981cd8c5026790c3819b48 (patch) | |
| tree | 7b0507f9bc140dbd4f309c5cdc87f971e78811fb /phpBB/includes/functions_posting.php | |
| parent | 7a395b013fbe68c1dde5538e5b072c9d2f8cc61d (diff) | |
| download | forums-d1699421af2cc057f3981cd8c5026790c3819b48.tar forums-d1699421af2cc057f3981cd8c5026790c3819b48.tar.gz forums-d1699421af2cc057f3981cd8c5026790c3819b48.tar.bz2 forums-d1699421af2cc057f3981cd8c5026790c3819b48.tar.xz forums-d1699421af2cc057f3981cd8c5026790c3819b48.zip | |
hmmm, what's the word I'm looking for ... hhmmm .... poooh
git-svn-id: file:///svn/phpbb/trunk@3892 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
| -rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
