diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:40:08 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:40:08 +0100 |
commit | c3a4a8d973b9c0a7cc935d150b8b1c6898037c45 (patch) | |
tree | b19d624f0a218e411f093df674be735bb331432e /system/database/DB.php | |
parent | 14287f3e81d4d717ff49e640d799c579e593f0c0 (diff) |
Whitespace cleanup in db classes
Diffstat (limited to 'system/database/DB.php')
-rw-r--r-- | system/database/DB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB.php b/system/database/DB.php index 513e5aefd..93ee3922a 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -88,7 +88,7 @@ function &DB($params = '', $active_record_override = NULL) { parse_str($dns['query'], $extra); - foreach($extra as $key => $val) + foreach ($extra as $key => $val) { // booleans please if (strtoupper($val) == "TRUE") |