aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-20 05:10:57 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-20 05:10:57 -0500
commit5c817289834e7a34d47410f89907de1bafefff8a (patch)
treebebf65022dc627510530f222031ba77415b6e9f8 /phpBB/includes/functions_admin.php
parent69e373c1af09e10722c1146f44493e8dc3669918 (diff)
downloadforums-5c817289834e7a34d47410f89907de1bafefff8a.tar
forums-5c817289834e7a34d47410f89907de1bafefff8a.tar.gz
forums-5c817289834e7a34d47410f89907de1bafefff8a.tar.bz2
forums-5c817289834e7a34d47410f89907de1bafefff8a.tar.xz
forums-5c817289834e7a34d47410f89907de1bafefff8a.zip
[ticket/10758] Add deprecated tags.
PHPBB3-10758
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 496d3eba09..77c70eb6fc 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -2477,6 +2477,7 @@ function phpbb_cache_moderators($db, $cache, $auth)
* via admin_permissions. Changes of usernames and group names
* must be carried through for the moderators table
*
+* @deprecated 3.1
* @return null
*/
function cache_moderators()
@@ -2879,6 +2880,7 @@ function phpbb_update_foes($db, $auth, $group_id = false, $user_id = false)
/**
* Removes moderators and administrators from foe lists.
*
+* @deprecated 3.1
* @param array|bool $group_id If an array, remove all members of this group from foe lists, or false to ignore
* @param array|bool $user_id If an array, remove this user from foe lists, or false to ignore
* @return null