[ticket/8610] Update comment

PHPBB3-8610
This commit is contained in:
Nathan Guse 2012-12-15 16:23:48 -06:00
parent 175b6deb6d
commit 649e009f7b

View file

@ -422,7 +422,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
// Update the topic watch table. // Update the topic watch table.
phpbb_update_rows_avoiding_duplicates_notify_status($db, TOPICS_WATCH_TABLE, 'topic_id', $topic_ids, $to_topic_id); 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); phpbb_update_rows_avoiding_duplicates($db, BOOKMARKS_TABLE, 'topic_id', $topic_ids, $to_topic_id);
// Link to the new topic // Link to the new topic