mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/12005] Remove PM popup from converter
PHPBB3-12005
This commit is contained in:
parent
57ec9ee49e
commit
166e27566a
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue