diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 20:38:56 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 20:38:56 +0200 |
commit | 1222087be893a38927c0a61566231abf093fbf2f (patch) | |
tree | 7afb0009f48ceda147fe68d7174497d8785a515c /system/helpers/form_helper.php | |
parent | 93a83c720e69d1d363896f6b685d2b7ef475ebbc (diff) |
Remove access description lines and cleanup the url helper
Diffstat (limited to 'system/helpers/form_helper.php')
-rw-r--r-- | system/helpers/form_helper.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index ada822860..e5b487608 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -586,7 +586,6 @@ if ( ! function_exists('form_close')) * * Formats text so that it can be safely placed in a form field in the event it has HTML tags. * - * @access public * @param string * @return string */ |