diff options
author | Andrey Andreev <narf@devilix.net> | 2022-02-11 15:38:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-02-11 15:41:13 +0100 |
commit | 6846d26d7b8d7a05d98bf2020f9348beb63d97d7 (patch) | |
tree | 71b24a9a8a367b169eb205a7b17f5932068e1c0f /system/database | |
parent | 61d77ed281390e0de66da3dbdde32d816c021b24 (diff) |
[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces
Minor indentation & whitespace corrections
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/drivers/mysql/mysql_forge.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php index e59366bed..85101bdd9 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php @@ -185,7 +185,6 @@ class CI_DB_mysql_forge extends CI_DB_forge { $extra_clause = ' FIRST'; } - return $this->db->escape_identifiers($field['name']) .(empty($field['new_name']) ? '' : ' '.$this->db->escape_identifiers($field['new_name'])) .' '.$field['type'].$field['length'] |