From: Roland Häder Date: Sun, 25 Nov 2012 00:06:56 +0000 (+0000) Subject: Opps :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d5e18e3155335656acbaa48f057cfda94ad8263;p=mailer.git Opps :( --- 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