aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_forum.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-12 21:46:38 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-12 21:46:38 -0500
commite2c67a8e42beefe1631a90feeb2215e2137c944b (patch)
tree5d1cd0b0bc4ce1996c58f99b954e018655075aa7 /phpBB/includes/mcp/mcp_forum.php
parentf5de11438c471a76fc5c5f3a4b8c4c29d07ed734 (diff)
downloadforums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.gz
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.bz2
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.xz
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.zip
[ticket/11162] Rename tricky updates to database helper.
PHPBB3-11162
Diffstat (limited to 'phpBB/includes/mcp/mcp_forum.php')
-rw-r--r--phpBB/includes/mcp/mcp_forum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_forum.php b/phpBB/includes/mcp/mcp_forum.php
index cd938e83a0..db9fbd90bd 100644
--- a/phpBB/includes/mcp/mcp_forum.php
+++ b/phpBB/includes/mcp/mcp_forum.php
@@ -417,7 +417,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
// Update the topic watch table.
if (!function_exists('phpbb_update_rows_avoiding_duplicates_notify_status'))
{
- include($phpbb_root_path . 'includes/functions_tricky_update.' . $phpEx);
+ include($phpbb_root_path . 'includes/functions_database_helper.' . $phpEx);
}
phpbb_update_rows_avoiding_duplicates_notify_status($db, TOPICS_WATCH_TABLE, 'topic_id', $topic_ids, $to_topic_id);