aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-05-12 15:58:04 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-05-12 15:58:04 +0000
commit06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff (patch)
treed14af8cfaf6472341f3ab1fa0d9eb0c15de73505 /phpBB/includes/mcp
parent4677c6bd58fed26a821ac917d16264da230fb0c4 (diff)
downloadforums-06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff.tar
forums-06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff.tar.gz
forums-06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff.tar.bz2
forums-06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff.tar.xz
forums-06cdbd0dcf77c1bd31ddfbe0d2a5dc94c8cb5fff.zip
#10329
git-svn-id: file:///svn/phpbb/trunk@7550 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r--phpBB/includes/mcp/mcp_main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 4514ab14a4..687900e646 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -656,7 +656,7 @@ function mcp_move_topic($topic_ids)
'topic_replies' => (int) $row['topic_replies'],
'topic_replies_real' => (int) $row['topic_replies_real'],
'topic_status' => ITEM_MOVED,
- 'topic_type' => (int) $row['topic_type'],
+ 'topic_type' => POST_NORMAL,
'topic_first_post_id' => (int) $row['topic_first_post_id'],
'topic_first_poster_colour'=>(string) $row['topic_first_poster_colour'],
'topic_first_poster_name'=> (string) $row['topic_first_poster_name'],
@@ -664,6 +664,7 @@ function mcp_move_topic($topic_ids)
'topic_last_poster_id' => (int) $row['topic_last_poster_id'],
'topic_last_poster_colour'=>(string) $row['topic_last_poster_colour'],
'topic_last_poster_name'=> (string) $row['topic_last_poster_name'],
+ 'topic_last_post_subject'=> (string) $row['topic_last_post_subject'],
'topic_last_post_time' => (int) $row['topic_last_post_time'],
'topic_last_view_time' => (int) $row['topic_last_view_time'],
'topic_moved_id' => (int) $row['topic_id'],