aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorRichard Foote <dicky@phpbb.com>2010-07-06 14:43:50 +0200
committerNils Adermann <naderman@naderman.de>2010-07-06 14:43:50 +0200
commitb64f456c40f5c0c5e5438fea8a864934e3b3fcf8 (patch)
treeb021228f6456b2c2a218141d9dae98149b509bbc /phpBB/includes/functions_convert.php
parentb7ae0fe4e91be1f7dc1d38d2c3c1e5b043d95739 (diff)
downloadforums-b64f456c40f5c0c5e5438fea8a864934e3b3fcf8.tar
forums-b64f456c40f5c0c5e5438fea8a864934e3b3fcf8.tar.gz
forums-b64f456c40f5c0c5e5438fea8a864934e3b3fcf8.tar.bz2
forums-b64f456c40f5c0c5e5438fea8a864934e3b3fcf8.tar.xz
forums-b64f456c40f5c0c5e5438fea8a864934e3b3fcf8.zip
[ticket/9659] Signature options in set_user_options
The phpBB3 defaults are being used. PHPBB3-9659
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index 0fdae9b274..c035fd3739 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -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;