diff options
Diffstat (limited to 'phpBB/includes/acp')
| -rw-r--r-- | phpBB/includes/acp/acp_icons.php | 2 | ||||
| -rw-r--r-- | phpBB/includes/acp/acp_words.php | 2 | ||||
| -rw-r--r-- | phpBB/includes/acp/auth.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php index 1f99793462..23bd86ea3b 100644 --- a/phpBB/includes/acp/acp_icons.php +++ b/phpBB/includes/acp/acp_icons.php @@ -9,8 +9,8 @@ */ /** -* @package acp * @todo [smilies] check regular expressions for special char replacements (stored specialchared in db) +* @package acp */ class acp_icons { diff --git a/phpBB/includes/acp/acp_words.php b/phpBB/includes/acp/acp_words.php index 155443f04b..cacea98d97 100644 --- a/phpBB/includes/acp/acp_words.php +++ b/phpBB/includes/acp/acp_words.php @@ -9,8 +9,8 @@ */ /** -* @package acp * @todo [words] check regular expressions for special char replacements (stored specialchared in db) +* @package acp */ class acp_words { diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php index 64421fcda7..0888cae128 100644 --- a/phpBB/includes/acp/auth.php +++ b/phpBB/includes/acp/auth.php @@ -16,8 +16,8 @@ if (!defined('IN_PHPBB')) } /** -* @package phpBB3 * ACP Permission/Auth class +* @package phpBB3 */ class auth_admin extends auth { |
