mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/8610] Update comment
PHPBB3-8610
This commit is contained in:
parent
175b6deb6d
commit
649e009f7b
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
|||
// Update the topic watch table.
|
||||
phpbb_update_rows_avoiding_duplicates_notify_status($db, TOPICS_WATCH_TABLE, 'topic_id', $topic_ids, $to_topic_id);
|
||||
|
||||
// If the topic no longer exist, we will update the bookmarks table.
|
||||
// Update the bookmarks table.
|
||||
phpbb_update_rows_avoiding_duplicates($db, BOOKMARKS_TABLE, 'topic_id', $topic_ids, $to_topic_id);
|
||||
|
||||
// Link to the new topic
|
||||
|
|
Loading…
Add table
Reference in a new issue