aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_profile_fields.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-05-03 19:41:04 +0200
committerNils Adermann <naderman@naderman.de>2010-05-03 19:41:04 +0200
commitad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc (patch)
tree672a19020f6738b331552e1b93a131d356b04539 /phpBB/includes/functions_profile_fields.php
parent38ba3dcdd97ad71ee85037e569f012e219d90716 (diff)
parent11d097fc1a1bc2e539922cfa5d078bbcb74d4da8 (diff)
downloadforums-ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc.tar
forums-ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc.tar.gz
forums-ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc.tar.bz2
forums-ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc.tar.xz
forums-ad93eaaaf36c80dcfd39584894c2c5c8d0f5c4fc.zip
Merge branch 'ticket/cs278/9582' into develop-olympus
* ticket/cs278/9582: [ticket/9582] MSSQL native backups can now be restored. [ticket/9582] Advanced search cannot be accessed using MSSQL native. [ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native. [ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver. [ticket/9582] Custom profile fields cannot be created under MSSQL native.
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;