-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0
-
None
-
MSSQL Server 2012 via Native driver
The ternary operations on lines 2646 and 2660 of phpbb/db/tools.php need to be wrapped in parentheses so that the result is properly appended. At the moment, the result of the ternary will overwrite the entire string.