mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7550 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4677c6bd58
commit
06cdbd0dcf
1 changed files with 2 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue