aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-23 23:00:13 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-23 23:00:13 +0200
commit4ac43856f7adad2ed60d82995454f847aaca1842 (patch)
tree553d396e83b40c27a6b0388ba79644cb0fe3e382 /phpBB/includes/functions_mcp.php
parentc315fc6c891fbeceb20a7370b293cea4645d0193 (diff)
downloadforums-4ac43856f7adad2ed60d82995454f847aaca1842.tar
forums-4ac43856f7adad2ed60d82995454f847aaca1842.tar.gz
forums-4ac43856f7adad2ed60d82995454f847aaca1842.tar.bz2
forums-4ac43856f7adad2ed60d82995454f847aaca1842.tar.xz
forums-4ac43856f7adad2ed60d82995454f847aaca1842.zip
[ticket/12612] Prefix mcp_sorting() with phpbb_
PHPBB3-12612
Diffstat (limited to 'phpBB/includes/functions_mcp.php')
-rw-r--r--phpBB/includes/functions_mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php
index 3614275e99..2b543bfaee 100644
--- a/phpBB/includes/functions_mcp.php
+++ b/phpBB/includes/functions_mcp.php
@@ -366,7 +366,7 @@ function phpbb_get_pm_data($pm_ids)
* $mode reports and reports_closed: the $where parameters uses aliases p for posts table and r for report table
* $mode unapproved_posts: the $where parameters uses aliases p for posts table and t for topic table
*/
-function mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by_sql, &$sort_order_sql, &$total, $forum_id = 0, $topic_id = 0, $where_sql = 'WHERE')
+function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by_sql, &$sort_order_sql, &$total, $forum_id = 0, $topic_id = 0, $where_sql = 'WHERE')
{
global $db, $user, $auth, $template;