1
0
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:
Rob House 2010-05-01 01:41:06 +01:00 committed by Nils Adermann
parent 5739426136
commit a20576fdd4

View File

@ -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)