diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-30 16:24:02 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-30 16:24:02 +0000 |
commit | e3db0b78b01111bf05122d4fee79e78d219f93ff (patch) | |
tree | 6993ca49c42fc830559fb3bc08903435f506d40e /phpBB/includes/mcp/mcp_main.php | |
parent | ab9586a7f388aa82b567a677224c52fc9258cb0b (diff) | |
download | forums-e3db0b78b01111bf05122d4fee79e78d219f93ff.tar forums-e3db0b78b01111bf05122d4fee79e78d219f93ff.tar.gz forums-e3db0b78b01111bf05122d4fee79e78d219f93ff.tar.bz2 forums-e3db0b78b01111bf05122d4fee79e78d219f93ff.tar.xz forums-e3db0b78b01111bf05122d4fee79e78d219f93ff.zip |
grrr
git-svn-id: file:///svn/phpbb/trunk@7442 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index 0cf90a7ad2..cb665d2253 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -622,7 +622,7 @@ function mcp_move_topic($topic_ids) $success_msg = (sizeof($topic_ids) == 1) ? 'TOPIC_MOVED_SUCCESS' : 'TOPICS_MOVED_SUCCESS'; // we must update the info, this post is being moved and is not the newest anymore - if ($forum_sync_data[$forum_id]['forum_last_post_id'] == $row_data['last_post_id'] && $row_data['']) + if ($forum_sync_data[$forum_id]['forum_last_post_id'] == $row_data['last_post_id']) { $forum_sync_data[$forum_id]['forum_last_post_id'] = 0; $forum_sync_data[$forum_id]['forum_last_post_subject'] = ''; |