mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12115] Remove space from line ending
PHPBB3-12115
This commit is contained in:
@@ -68,7 +68,7 @@ abstract class profilefield_base_migration extends \phpbb\db\migration\migration
|
||||
|
||||
$sql = 'INSERT INTO ' . PROFILE_FIELDS_TABLE . ' ' . $this->db->sql_build_array('INSERT', $sql_ary);
|
||||
$this->db->sql_query($sql);
|
||||
$field_id = (int) $this->db->sql_nextid();
|
||||
$field_id = (int) $this->db->sql_nextid();
|
||||
|
||||
$insert_buffer = new \phpbb\db\sql_insert_buffer($this->db, PROFILE_LANG_TABLE);
|
||||
|
||||
|
Reference in New Issue
Block a user