From 171807213f431f9b4c028a5c5e1b079600d7fc52 Mon Sep 17 00:00:00 2001 From: Rob House <> Date: Sat, 1 May 2010 01:30:51 +0100 Subject: [PATCH] [ticket/9582] Custom profile fields cannot be created under MSSQL native. PHPBB3-9565 PHPBB3-9582 --- phpBB/includes/acp/acp_profile.php | 1 + 1 file changed, 1 insertion(+) 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] ";