diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-08 16:28:02 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-08 16:28:02 +0100 |
commit | 88ebdf7ad98c2d24f9ba6b9839ab50c98cf0eb65 (patch) | |
tree | de6f02d88cb699be08bacf2535923ae9ab36ac18 /user_guide_src/source/helpers | |
parent | 69e1b4f054521bc055af9e2b377a3a578fc6cadc (diff) |
[ci skip] Update the Input library and Cookie helper docs
default value is now NULL
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/cookie_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/cookie_helper.rst b/user_guide_src/source/helpers/cookie_helper.rst index 2e8db5f31..3b594170d 100644 --- a/user_guide_src/source/helpers/cookie_helper.rst +++ b/user_guide_src/source/helpers/cookie_helper.rst @@ -43,7 +43,7 @@ The following functions are available: ``CI_Input::set_cookie()``. -.. function:: get_cookie($index[, $xss_clean = FALSE]]) +.. function:: get_cookie($index[, $xss_clean = NULL]]) :param string $index: Cookie name :param bool $xss_clean: Whether to apply XSS filtering to the returned value |