diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 23:01:52 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 23:01:52 +0200 |
commit | 952b4de231a87c849d654db18bb9c759fdbcb54d (patch) | |
tree | ce3c5abd6986ce91cca543649259112852eb955e /phpBB/includes/functions_mcp.php | |
parent | 4ac43856f7adad2ed60d82995454f847aaca1842 (diff) | |
download | forums-952b4de231a87c849d654db18bb9c759fdbcb54d.tar forums-952b4de231a87c849d654db18bb9c759fdbcb54d.tar.gz forums-952b4de231a87c849d654db18bb9c759fdbcb54d.tar.bz2 forums-952b4de231a87c849d654db18bb9c759fdbcb54d.tar.xz forums-952b4de231a87c849d654db18bb9c759fdbcb54d.zip |
[ticket/12612] Prefix check_ids() with phpbb_
PHPBB3-12612
Diffstat (limited to 'phpBB/includes/functions_mcp.php')
-rw-r--r-- | phpBB/includes/functions_mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 2b543bfaee..7593f08f4d 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -594,7 +594,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by * Additionally, this value can be the forum_id assigned if $single_forum was set. * Therefore checking the result for with !== false is the best method. */ -function check_ids(&$ids, $table, $sql_id, $acl_list = false, $single_forum = false) +function phpbb_check_ids(&$ids, $table, $sql_id, $acl_list = false, $single_forum = false) { global $db, $auth; |