diff options
author | Adrian Voicu <avenir.ro@gmail.com> | 2015-02-05 14:46:12 +0100 |
---|---|---|
committer | Adrian Voicu <avenir.ro@gmail.com> | 2015-02-05 14:46:12 +0100 |
commit | fa61fb236654fbd3eea82d437da28c9aab33e559 (patch) | |
tree | 9465c128960b669d9f780deabd3c6b05cf4051be /system | |
parent | b47763adba672e2226d9bf236646c60535426b9d (diff) |
Update form_helper.php
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/form_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index dca4270f6..70c40a9c3 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -676,7 +676,7 @@ if ( ! function_exists('set_value')) * * @param string $field Field name * @param string $default Default value - * @param bool $html_escape HTML escaped value + * @param bool $html_escape Whether to escape HTML special characters or not * @return string */ function set_value($field, $default = '', $html_escape = TRUE) |