mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11015] Restore whitespace to avoid conflict when merging develop.
PHPBB3-11015
This commit is contained in:
parent
b0b5a13131
commit
10ee54d028
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue