diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-06-08 13:54:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-06-08 13:54:50 +0200 |
commit | f9389995e72e7517668542d65f088b71e1c221f6 (patch) | |
tree | 0d1b216a722b0b3d4386107c5ea74f8f53e0ab56 /phpBB/includes/acp/acp_database.php | |
parent | d4e0c08915662fd93715984510b3b2043e6bfd8d (diff) | |
download | forums-f9389995e72e7517668542d65f088b71e1c221f6.tar forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.gz forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.bz2 forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.xz forums-f9389995e72e7517668542d65f088b71e1c221f6.zip |
[ticket/13930] Add missing spaces to code
PHPBB3-13930
Diffstat (limited to 'phpBB/includes/acp/acp_database.php')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index c5aebf011d..9666ac5b6e 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -1558,7 +1558,7 @@ class mssql_extractor extends base_extractor { $this->write_data_mssql($table_name); } - else if($db->get_sql_layer() === 'mssqlnative') + else if ($db->get_sql_layer() === 'mssqlnative') { $this->write_data_mssqlnative($table_name); } |