mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/13930] Add missing spaces to code
PHPBB3-13930
This commit is contained in:
@@ -1558,7 +1558,7 @@ class mssql_extractor extends base_extractor
|
||||
{
|
||||
$this->write_data_mssql($table_name);
|
||||
}
|
||||
else if($db->get_sql_layer() === 'mssqlnative')
|
||||
else if ($db->get_sql_layer() === 'mssqlnative')
|
||||
{
|
||||
$this->write_data_mssqlnative($table_name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user