diff options
author | David M <davidmj@users.sourceforge.net> | 2007-09-06 03:09:56 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-09-06 03:09:56 +0000 |
commit | d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca (patch) | |
tree | 4c3c82a65a41dea2c5915e678cbfca137c27861b /phpBB/includes/functions_admin.php | |
parent | feee13f9621f6bed42e55207eb04a13e6c77deb5 (diff) | |
download | forums-d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca.tar forums-d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca.tar.gz forums-d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca.tar.bz2 forums-d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca.tar.xz forums-d65ee9f71ac1b6bf87cf8137e9fc38fc0c25a8ca.zip |
#14370
git-svn-id: file:///svn/phpbb/trunk@8080 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 4dfd58e28c..411d93ba25 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -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); } |