mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
5739426136
commit
a20576fdd4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue