From b379772198759c4b93da1544fe815e8d687eb642 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 7 Oct 2003 17:33:02 +0000 Subject: [PATCH] parse error... git-svn-id: file:///svn/phpbb/trunk@4536 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index ae4ce75224..18ee9853b8 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1333,7 +1333,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id $sql = "UPDATE " . FORUMS_WATCH_TABLE . " SET notify_status = 1 WHERE forum_id = $forum_id - AND user_id IN (" . implode(', ', $update_notification['forum'] . ")"; + AND user_id IN (" . implode(', ', $update_notification['forum']) . ")"; $db->sql_query($sql); } }