diff options
author | Eric Roberts <eric@cryode.com> | 2012-12-12 14:09:42 +0100 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-12-12 14:09:42 +0100 |
commit | 24a13f513f8352339647bf34b77d1eecae9d3b6e (patch) | |
tree | ff16d6a8a262c9e65e6daf6b5ed04a2b1145f88c /system | |
parent | b9e35f21e1c70b6aa67c47e9244ed83195abc00a (diff) |
Format tweaks
Signed-off-by: Eric Roberts <eric@cryode.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Form_validation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 19041bd95..ecd5b18df 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -819,7 +819,7 @@ class CI_Form_validation { protected function _build_error_msg($line, $field = '', $param = '') { // Check for %s in the string for legacy support. - if (strpos($line, '%s') !== false) + if (strpos($line, '%s') !== FALSE) { return sprintf($line, $field, $param); } @@ -1489,4 +1489,4 @@ class CI_Form_validation { } /* End of file Form_validation.php */ -/* Location: ./system/libraries/Form_validation.php */ +/* Location: ./system/libraries/Form_validation.php */
\ No newline at end of file |