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:
parent
2e31cae7bf
commit
1fae4152ef
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user