aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-26 00:13:58 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-26 00:13:58 +0000
commit94f052713f801b64b28f46b4df87a657283f2ddf (patch)
tree2e780b34ac6598a1a8d8e7cd08c7b22d5bfd9342 /phpBB/includes/mcp/mcp_main.php
parentd7ae819c2ee9adc2653d4acba82825b2931db3ab (diff)
downloadforums-94f052713f801b64b28f46b4df87a657283f2ddf.tar
forums-94f052713f801b64b28f46b4df87a657283f2ddf.tar.gz
forums-94f052713f801b64b28f46b4df87a657283f2ddf.tar.bz2
forums-94f052713f801b64b28f46b4df87a657283f2ddf.tar.xz
forums-94f052713f801b64b28f46b4df87a657283f2ddf.zip
#10109
git-svn-id: file:///svn/phpbb/trunk@7406 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r--phpBB/includes/mcp/mcp_main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 3b7ecc8dde..a6f45017f6 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -595,6 +595,7 @@ function mcp_move_topic($topic_ids)
'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'],
+ 'topic_last_poster_colour'=>(string) $row['topic_last_poster_colour'],
'topic_last_poster_name'=> (string) $row['topic_last_poster_name'],
'topic_last_post_time' => (int) $row['topic_last_post_time'],
'topic_last_view_time' => (int) $row['topic_last_view_time'],