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

[ticket/10205] Cosmetic changes.

PHPBB3-10205
This commit is contained in:
Oleg Pudeyev
2012-12-04 21:22:33 -05:00
parent 29c4da6162
commit 89c9c9d4b0
6 changed files with 10 additions and 9 deletions

View File

@@ -364,7 +364,7 @@ class dbal_mssql_odbc extends dbal
{
return array(
'message' => @odbc_errormsg(),
'code' => @odbc_error()
'code' => @odbc_error(),
);
}
else