diff options
author | Lukasz <luki_9@wp.pl> | 2013-11-07 19:52:54 +0100 |
---|---|---|
committer | Lukasz <luki_9@wp.pl> | 2013-11-08 21:57:05 +0100 |
commit | 166e27566ad3b3e39e4d69b25e88608b2f5cc0df (patch) | |
tree | 081d2113f110ffe8a6a9f1f6e5466a3b056bd421 /phpBB | |
parent | 57ec9ee49e95fa45f8c5c441b4ed05095c3918a8 (diff) | |
download | forums-166e27566ad3b3e39e4d69b25e88608b2f5cc0df.tar forums-166e27566ad3b3e39e4d69b25e88608b2f5cc0df.tar.gz forums-166e27566ad3b3e39e4d69b25e88608b2f5cc0df.tar.bz2 forums-166e27566ad3b3e39e4d69b25e88608b2f5cc0df.tar.xz forums-166e27566ad3b3e39e4d69b25e88608b2f5cc0df.zip |
[ticket/12005] Remove PM popup from converter
PHPBB3-12005
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_convert.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 3eeecd038d..1646c79161 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -1027,7 +1027,6 @@ function set_user_options() 'attachsig' => array('bit' => 6, 'default' => 0), 'bbcode' => array('bit' => 8, 'default' => 1), 'smilies' => array('bit' => 9, 'default' => 1), - 'popuppm' => array('bit' => 10, 'default' => 0), 'sig_bbcode' => array('bit' => 15, 'default' => 1), 'sig_smilies' => array('bit' => 16, 'default' => 1), 'sig_links' => array('bit' => 17, 'default' => 1), |