1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[ticket/11015] Restore whitespace to avoid conflict when merging develop.

PHPBB3-11015
This commit is contained in:
Oleg Pudeyev 2012-12-13 07:56:23 -05:00
parent b0b5a13131
commit 10ee54d028

View File

@ -372,7 +372,7 @@ class phpbb_db_driver_mssql extends phpbb_db_driver
FROM master.dbo.sysmessages
WHERE error = ' . $error['code'];
$result_id = @mssql_query($sql);
if ($result_id)
{
$row = @mssql_fetch_assoc($result_id);