1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/13930] Add missing space to mssql_extractor

PHPBB3-13930
This commit is contained in:
Marc Alexander 2015-06-08 15:55:03 +02:00
parent 2e31cae7bf
commit 1fae4152ef

View File

@ -184,7 +184,7 @@ class mssql_extractor extends base_extractor
{
$this->write_data_mssql($table_name);
}
else if($this->db->get_sql_layer() === 'mssqlnative')
else if ($this->db->get_sql_layer() === 'mssqlnative')
{
$this->write_data_mssqlnative($table_name);
}