diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-03 00:25:41 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-03 00:25:41 +0100 |
commit | 30b35eb12edef6018fe61f383a002d895683e468 (patch) | |
tree | aadaf64daaa76ee3e01b473da2dcacdf82c2807d | |
parent | e77922026939fed28a607338e24c1c37066a97b4 (diff) |
whitespace
-rw-r--r-- | system/database/DB_forge.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index c5931db27..8be65e0d6 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -259,8 +259,8 @@ class CI_DB_forge { // add field info into field array, but we can only do one at a time // so we cycle through - foreach ($field as $k => $v) - { + foreach ($field as $k => $v) + { $this->add_field(array($k => $field[$k])); if (count($this->fields) == 0) @@ -279,6 +279,7 @@ class CI_DB_forge { } return TRUE; + } // -------------------------------------------------------------------- |