diff options
author | Andrey Andreev <narf@devilix.net> | 2022-02-11 15:38:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 15:38:58 +0100 |
commit | cd81c1e6b206c2830fffb4c33d89cb61837f3253 (patch) | |
tree | baf27bc6686400f6e5d612470d04191a44ac75e4 /system/database | |
parent | dd249ea85f54f200267bb206e6cee23497cbe2e2 (diff) | |
parent | dafbbba4f0ce775b7a70f37ba12ee85b65a941b1 (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'] |