diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-02 15:24:17 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-02 15:24:17 +0200 |
commit | 1e867f7a7bd80a0fadc597ab0b38fe34f00081ae (patch) | |
tree | 5d6fe41a94c91bdbeb419a878dfe316e5903d57f /system/helpers | |
parent | ec90216969c2d7bea46a073ecc9c8a95d42f7d92 (diff) | |
parent | 0cd553566578dd4c23e1541fc837901bdfefa831 (diff) |
Merge pull request #1561 from vlakoff/doc
Update Array Helper documentation
Diffstat (limited to 'system/helpers')
-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 |