mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
parse error...
git-svn-id: file:///svn/phpbb/trunk@4536 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
30b86bca06
commit
b379772198
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue