summaryrefslogtreecommitdiffstats
path: root/system/helpers/form_helper.php
diff options
context:
space:
mode:
authorAdrian Voicu <avenir.ro@gmail.com>2015-02-05 14:46:12 +0100
committerAdrian Voicu <avenir.ro@gmail.com>2015-02-05 14:46:12 +0100
commitfa61fb236654fbd3eea82d437da28c9aab33e559 (patch)
tree9465c128960b669d9f780deabd3c6b05cf4051be /system/helpers/form_helper.php
parentb47763adba672e2226d9bf236646c60535426b9d (diff)
Update form_helper.php
Diffstat (limited to 'system/helpers/form_helper.php')
-rw-r--r--system/helpers/form_helper.php2
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)