mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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?
|
||||
case 'mssql':
|
||||
case 'mssql_odbc':
|
||||
case 'mssqlnative':
|
||||
// Change the reports using this reason to 'other'
|
||||
$sql = "DECLARE @ptrval binary(16)
|
||||
|
||||
|
Reference in New Issue
Block a user