mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12115] Remove space from line ending
PHPBB3-12115
This commit is contained in:
parent
26640bad3d
commit
4663ea7c82
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
$sql = 'INSERT INTO ' . PROFILE_FIELDS_TABLE . ' ' . $this->db->sql_build_array('INSERT', $sql_ary);
|
||||||
$this->db->sql_query($sql);
|
$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);
|
$insert_buffer = new \phpbb\db\sql_insert_buffer($this->db, PROFILE_LANG_TABLE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue