commit | 14287f3e81d4d717ff49e640d799c579e593f0c0 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:39:34 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:39:34 2011 -0500 |
tree | 348736eabdf84407e299a117ab7430811eee93e1 | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f [diff] [blame] |
Whitespace cleanup in libraries/
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index c6d7c29..adfd17d 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php
@@ -1040,7 +1040,7 @@ return $this->valid_email(trim($str)); } - foreach(explode(',', $str) as $email) + foreach (explode(',', $str) as $email) { if (trim($email) != '' && $this->valid_email(trim($email)) === FALSE) {