mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native.
PHPBB3-9564 PHPBB3-9582
This commit is contained in:
@@ -233,6 +233,7 @@ class acp_reasons
|
|||||||
// Standard? What's that?
|
// Standard? What's that?
|
||||||
case 'mssql':
|
case 'mssql':
|
||||||
case 'mssql_odbc':
|
case 'mssql_odbc':
|
||||||
|
case 'mssqlnative':
|
||||||
// Change the reports using this reason to 'other'
|
// Change the reports using this reason to 'other'
|
||||||
$sql = "DECLARE @ptrval binary(16)
|
$sql = "DECLARE @ptrval binary(16)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user