diff options
author | vlakoff <vlakoff@gmail.com> | 2012-07-02 15:20:42 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2012-07-02 15:20:42 +0200 |
commit | 0cd553566578dd4c23e1541fc837901bdfefa831 (patch) | |
tree | 1e0822a5e193eccb01acca6a5ead41cbc881d17b /system/helpers/array_helper.php | |
parent | fac3761c6a01a12457c61cd4e3b17dba5ee26bf7 (diff) |
Update Array Helper documentation
default value of the "default value" parameter has changed
in element() and elements() methods
Diffstat (limited to 'system/helpers/array_helper.php')
-rw-r--r-- | system/helpers/array_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 216f12e56..5d0243951 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -43,7 +43,7 @@ if ( ! function_exists('element')) * Element * * Lets you determine whether an array index is set and whether it has a value. - * If the element is empty it returns FALSE (or whatever you specify as the default value.) + * If the element is empty it returns NULL (or whatever you specify as the default value.) * * @param string * @param array |