mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01: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
@ -233,6 +233,7 @@ class acp_reasons
|
||||
// Standard? What's that?
|
||||
case 'mssql':
|
||||
case 'mssql_odbc':
|
||||
case 'mssqlnative':
|
||||
// Change the reports using this reason to 'other'
|
||||
$sql = "DECLARE @ptrval binary(16)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user