mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 22:14:59 +02:00
Merge branch 'ticket/naderman/9659' into develop-olympus
* ticket/naderman/9659: [ticket/9659] Signature options in set_user_options
This commit is contained in:
commit
4ac5d5e352
@ -1025,6 +1025,9 @@ function set_user_options()
|
||||
'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),
|
||||
);
|
||||
|
||||
$option_field = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user