1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/9659] Signature options in set_user_options

The phpBB3 defaults are being used.

PHPBB3-9659
This commit is contained in:
Richard Foote 2010-07-06 14:43:50 +02:00 committed by Nils Adermann
parent b7ae0fe4e9
commit b64f456c40

View File

@ -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;