aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-08 20:26:03 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-08 20:26:03 +0000
commitef08df567522851202b09715c6b4bdef0c386403 (patch)
treef48e3798b2983a893c49943ac849be1d8a1ee5c7 /phpBB/includes/ucp/ucp_profile.php
parent580a318d1624e76e258c5aa9a151e45f59bc7b91 (diff)
downloadforums-ef08df567522851202b09715c6b4bdef0c386403.tar
forums-ef08df567522851202b09715c6b4bdef0c386403.tar.gz
forums-ef08df567522851202b09715c6b4bdef0c386403.tar.bz2
forums-ef08df567522851202b09715c6b4bdef0c386403.tar.xz
forums-ef08df567522851202b09715c6b4bdef0c386403.zip
- bugfix roll
- fixed sql_query_limit on mssql/mssql_odbc git-svn-id: file:///svn/phpbb/trunk@6024 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index 8488f30968..7f593a26a5 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -475,7 +475,9 @@ class ucp_profile
'L_SIGNATURE_EXPLAIN' => sprintf($user->lang['SIGNATURE_EXPLAIN'], $config['max_sig_chars']),
'S_BBCODE_ALLOWED' => $config['allow_sig_bbcode'],
- 'S_SMILIES_ALLOWED' => $config['allow_sig_smilies'],)
+ 'S_SMILIES_ALLOWED' => $config['allow_sig_smilies'],
+ 'S_BBCODE_IMG' => ($config['allow_sig_img']) ? true : false,
+ 'S_BBCODE_FLASH' => ($config['allow_sig_flash']) ? true : false)
);
// Build custom bbcodes array