aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/ArrayExt.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-28 20:27:23 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-28 20:27:23 +0000
commite7b3717614621f14695ab6ca6dda6dd17ba3d65c (patch)
treec8e6061aef3ff7bad5a17e1aecaf441d35e282cb /h-source/Library/ArrayExt.php
parent0de74c6879d263645770de3d6b3ce7123f5241d6 (diff)
added new easygiant library
Diffstat (limited to 'h-source/Library/ArrayExt.php')
-rwxr-xr-xh-source/Library/ArrayExt.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/h-source/Library/ArrayExt.php b/h-source/Library/ArrayExt.php
index 1375f6d..528012c 100755
--- a/h-source/Library/ArrayExt.php
+++ b/h-source/Library/ArrayExt.php
@@ -55,10 +55,6 @@ class ArrayExt {
}
}
}
- else
- {
- $tempArray = $associativeArray;
- }
return call_user_func($func.'Deep',$tempArray); //clean the array values
}