diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-28 16:07:55 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-28 16:07:55 +0000 |
commit | aaa93a8fc725b15adc94c85a52513261b0d93923 (patch) | |
tree | b298d9304292aef04d77190379a2ae57fe4193cb | |
parent | 38f9f25c9cd38aae07267f97122532d9f63a3eb8 (diff) | |
download | forums-aaa93a8fc725b15adc94c85a52513261b0d93923.tar forums-aaa93a8fc725b15adc94c85a52513261b0d93923.tar.gz forums-aaa93a8fc725b15adc94c85a52513261b0d93923.tar.bz2 forums-aaa93a8fc725b15adc94c85a52513261b0d93923.tar.xz forums-aaa93a8fc725b15adc94c85a52513261b0d93923.zip |
#10239
git-svn-id: file:///svn/phpbb/trunk@7423 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/mcp/mcp_main.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index a6f45017f6..6457204508 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -592,6 +592,7 @@ function mcp_move_topic($topic_ids) 'topic_status' => ITEM_MOVED, 'topic_type' => (int) $row['topic_type'], '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'], 'topic_last_post_id' => (int) $row['topic_last_post_id'], 'topic_last_poster_id' => (int) $row['topic_last_poster_id'], |