diff options
author | Rob House <> | 2010-05-01 01:30:51 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-05-03 19:38:42 +0200 |
commit | 171807213f431f9b4c028a5c5e1b079600d7fc52 (patch) | |
tree | 0a7217d5233f2f4f8a114089962c513c0e70387f /phpBB/includes/acp/acp_profile.php | |
parent | cb3cf71805246bc2ce3b386a5d70e76dbe1dff0e (diff) | |
download | forums-171807213f431f9b4c028a5c5e1b079600d7fc52.tar forums-171807213f431f9b4c028a5c5e1b079600d7fc52.tar.gz forums-171807213f431f9b4c028a5c5e1b079600d7fc52.tar.bz2 forums-171807213f431f9b4c028a5c5e1b079600d7fc52.tar.xz forums-171807213f431f9b4c028a5c5e1b079600d7fc52.zip |
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
PHPBB3-9565
PHPBB3-9582
Diffstat (limited to 'phpBB/includes/acp/acp_profile.php')
-rw-r--r-- | phpBB/includes/acp/acp_profile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php index fc08c7e8e8..2288a0728b 100644 --- a/phpBB/includes/acp/acp_profile.php +++ b/phpBB/includes/acp/acp_profile.php @@ -1480,6 +1480,7 @@ class acp_profile case 'mssql': case 'mssql_odbc': + case 'mssqlnative': // We are defining the biggest common value, because of the possibility to edit the min/max values of each field. $sql = 'ALTER TABLE [' . PROFILE_FIELDS_DATA_TABLE . "] ADD [$field_ident] "; |