From 52204e0e6dc3119be54df28f12cf39b7116830e0 Mon Sep 17 00:00:00 2001 From: Stanislav Atanasov Date: Sun, 29 Jun 2014 12:21:40 +0300 Subject: [PATCH] [ticket/12786] White spaces found Removed some white spaces PHPBB3-12786 --- phpBB/phpbb/db/migration/profilefield_base_migration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/db/migration/profilefield_base_migration.php b/phpBB/phpbb/db/migration/profilefield_base_migration.php index f96495d2df..b2c0161286 100644 --- a/phpBB/phpbb/db/migration/profilefield_base_migration.php +++ b/phpBB/phpbb/db/migration/profilefield_base_migration.php @@ -117,9 +117,9 @@ abstract class profilefield_base_migration extends \phpbb\db\migration\migration public function create_language_entries() { $field_id = $this->get_custom_profile_field_id(); - + $insert_buffer = new \phpbb\db\sql_insert_buffer($this->db, PROFILE_FIELDS_LANG_TABLE); - + $sql = 'SELECT lang_id FROM ' . LANG_TABLE; $result = $this->db->sql_query($sql);