From f059bcf6e0531f00ac5c24cd56d7eac28da6e9fa Mon Sep 17 00:00:00 2001 From: quix0r Date: Sun, 25 Nov 2012 00:06:56 +0000 Subject: [PATCH] Opps :( --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 0d7c400d1d..2e500b1617 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -2866,7 +2866,7 @@ function search_array ($array, $key, $value, $parentIndex = NULL) { // Search for whole array foreach ($array as $idx => $dummy) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'key=' . $key . ',value=' . $value . ',idx=' . $idx . ',parentIndex[' . gettype($parentIndex) . ']=' . $parentIndex); - /* DEBUG: */ print 'idx=' . $idx . ',parentIndex[' . gettype($parentIndex) . ']=' . $parentIndex . ',key=' . $key . ',value=' . $value . ',array=
'.print_r($array, TRUE).'
'; + //* DEBUG: */ print 'idx=' . $idx . ',parentIndex[' . gettype($parentIndex) . ']=' . $parentIndex . ',key=' . $key . ',value=' . $value . ',array=
'.print_r($array, TRUE).'
'; // Is dummy an array? if ((is_array($dummy)) && ((is_null($parentIndex)) || ($parentIndex === $value))) { // Then search again -- 2.39.5