diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:00:18 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:00:18 +0200 |
commit | 390dc86344c23b658085bae4a719399e5eb579f0 (patch) | |
tree | 3c915606ea24a149ef78c21f72663e4ceae60661 /phpBB/phpbb/user.php | |
parent | [ticket/11700] Fix another case of non-namespaced classnames (diff) | |
download | phpbb-390dc86344c23b658085bae4a719399e5eb579f0.tar.gz phpbb-390dc86344c23b658085bae4a719399e5eb579f0.tar.bz2 phpbb-390dc86344c23b658085bae4a719399e5eb579f0.zip |
[ticket/11700] And some last comments with backslashes
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/user.php')
-rw-r--r-- | phpBB/phpbb/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php index a5b3308288..f97cc94d40 100644 --- a/phpBB/phpbb/user.php +++ b/phpBB/phpbb/user.php @@ -43,7 +43,7 @@ class user extends \phpbb\session var $img_lang; var $img_array = array(); - // Able to add new \options (up to id 31) + // Able to add new options (up to id 31) var $keyoptions = array('viewimg' => 0, 'viewflash' => 1, 'viewsmilies' => 2, 'viewsigs' => 3, 'viewavatars' => 4, 'viewcensors' => 5, 'attachsig' => 6, 'bbcode' => 8, 'smilies' => 9, 'popuppm' => 10, 'sig_bbcode' => 15, 'sig_smilies' => 16, 'sig_links' => 17); /** |