mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
[ticket/13930] Add missing space to mssql_extractor
PHPBB3-13930
This commit is contained in:
parent
2e31cae7bf
commit
1fae4152ef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue