mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[ticket/11015] Restore whitespace to avoid conflict when merging develop.
PHPBB3-11015
This commit is contained in:
parent
b0b5a13131
commit
10ee54d028
@ -372,7 +372,7 @@ class phpbb_db_driver_mssql extends phpbb_db_driver
|
|||||||
FROM master.dbo.sysmessages
|
FROM master.dbo.sysmessages
|
||||||
WHERE error = ' . $error['code'];
|
WHERE error = ' . $error['code'];
|
||||||
$result_id = @mssql_query($sql);
|
$result_id = @mssql_query($sql);
|
||||||
|
|
||||||
if ($result_id)
|
if ($result_id)
|
||||||
{
|
{
|
||||||
$row = @mssql_fetch_assoc($result_id);
|
$row = @mssql_fetch_assoc($result_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user