1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-27 21:45:22 +02:00
git-svn-id: file:///svn/phpbb/trunk@8080 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-09-06 03:09:56 +00:00
parent feee13f962
commit d65ee9f71a
2 changed files with 2 additions and 1 deletions

View File

@ -504,7 +504,7 @@ function move_posts($post_ids, $topic_id, $auto_sync = true)
sync('topic_reported', 'topic_id', $topic_ids);
sync('topic_attachment', 'topic_id', $topic_ids);
sync('topic', 'topic_id', $topic_ids, true);
sync('topic', 'topic_id', $topic_ids, true, true);
sync('forum', 'forum_id', $forum_ids, true, true);
}