1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.

PHPBB3-9566
PHPBB3-9582
This commit is contained in:
Rob House 2010-05-01 01:37:01 +01:00 committed by Nils Adermann
parent 171807213f
commit 5739426136

View File

@ -366,6 +366,7 @@ class custom_profile
case 'sqlite':
case 'mssql':
case 'mssql_odbc':
case 'mssqlnative':
$right_delim = ']';
$left_delim = '[';
break;