aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-08 15:55:03 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-08 15:55:03 +0200
commit1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d (patch)
tree30735e7ed72617fdd80be523678a1b8dc380413b /phpBB/phpbb/db
parent2e31cae7bfe67a38ca2832b827299b0866dd8d4e (diff)
downloadforums-1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d.tar
forums-1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d.tar.gz
forums-1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d.tar.bz2
forums-1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d.tar.xz
forums-1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d.zip
[ticket/13930] Add missing space to mssql_extractor
PHPBB3-13930
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/extractor/mssql_extractor.php2
1 files changed, 1 insertions, 1 deletions
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);
}