From 1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 8 Jun 2015 15:55:03 +0200 Subject: [PATCH] [ticket/13930] Add missing space to mssql_extractor PHPBB3-13930 --- phpBB/phpbb/db/extractor/mssql_extractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/extractor/mssql_extractor.php b/phpBB/phpbb/db/extractor/mssql_extractor.php index d0aa78f1f5..fc30f4789d 100644 --- a/phpBB/phpbb/db/extractor/mssql_extractor.php +++ b/phpBB/phpbb/db/extractor/mssql_extractor.php @@ -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); }