diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-19 21:00:48 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-19 21:00:48 +0000 |
commit | 6a082426840164a3c8187559dddf3ab777b958fa (patch) | |
tree | fd38a30c9f893e71cdb9c5cec3a972036ef53131 /phpBB/includes/functions_admin.php | |
parent | f78289033236a4c108aae5ad8315c60e5f7dc19b (diff) | |
download | forums-6a082426840164a3c8187559dddf3ab777b958fa.tar forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.gz forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.bz2 forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.xz forums-6a082426840164a3c8187559dddf3ab777b958fa.zip |
some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@6614 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 1655c56eec..283053ca6d 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -1946,8 +1946,6 @@ function split_sql_file($sql, $delimiter) /** * Cache moderators, called whenever permissions are changed via admin_permissions. Changes of username * and group names must be carried through for the moderators table -* -* @todo let the admin define if he wants to display moderators (forum-based) - display_on_index already present and checked for... */ function cache_moderators() { |