From 084c6123f0a0fbf05ed4c0d776f05e084d9ecc58 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 18 Feb 2011 11:21:43 +0000 Subject: added new EasyGiant library --- h-source/Library/ArrayExt.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'h-source/Library/ArrayExt.php') diff --git a/h-source/Library/ArrayExt.php b/h-source/Library/ArrayExt.php index 93eca91..1375f6d 100755 --- a/h-source/Library/ArrayExt.php +++ b/h-source/Library/ArrayExt.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); @@ -40,6 +55,10 @@ class ArrayExt { } } } + else + { + $tempArray = $associativeArray; + } return call_user_func($func.'Deep',$tempArray); //clean the array values } -- cgit v1.2.3