aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_profile_fields.php
diff options
context:
space:
mode:
authorRob House <>2010-05-01 01:37:01 +0100
committerNils Adermann <naderman@naderman.de>2010-05-03 19:40:26 +0200
commit57394261364f9fdddded08964d2b7e3842057b2a (patch)
tree5ebbc1ad7a5515b3a45bdd5af9aa027f4add01c9 /phpBB/includes/functions_profile_fields.php
parent171807213f431f9b4c028a5c5e1b079600d7fc52 (diff)
downloadforums-57394261364f9fdddded08964d2b7e3842057b2a.tar
forums-57394261364f9fdddded08964d2b7e3842057b2a.tar.gz
forums-57394261364f9fdddded08964d2b7e3842057b2a.tar.bz2
forums-57394261364f9fdddded08964d2b7e3842057b2a.tar.xz
forums-57394261364f9fdddded08964d2b7e3842057b2a.zip
[ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.
PHPBB3-9566 PHPBB3-9582
Diffstat (limited to 'phpBB/includes/functions_profile_fields.php')
-rw-r--r--phpBB/includes/functions_profile_fields.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_profile_fields.php b/phpBB/includes/functions_profile_fields.php
index 61e3587158..fa1cc98e10 100644
--- a/phpBB/includes/functions_profile_fields.php
+++ b/phpBB/includes/functions_profile_fields.php
@@ -366,6 +366,7 @@ class custom_profile
case 'sqlite':
case 'mssql':
case 'mssql_odbc':
+ case 'mssqlnative':
$right_delim = ']';
$left_delim = '[';
break;