mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 03:50:22 +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:
@@ -1025,6 +1025,9 @@ function set_user_options()
|
|||||||
'bbcode' => array('bit' => 8, 'default' => 1),
|
'bbcode' => array('bit' => 8, 'default' => 1),
|
||||||
'smilies' => array('bit' => 9, 'default' => 1),
|
'smilies' => array('bit' => 9, 'default' => 1),
|
||||||
'popuppm' => array('bit' => 10, 'default' => 0),
|
'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;
|
$option_field = 0;
|
||||||
|
Reference in New Issue
Block a user