]> git.mxchange.org Git - mailer.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Sun, 25 Nov 2012 00:06:56 +0000 (00:06 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 25 Nov 2012 00:06:56 +0000 (00:06 +0000)
inc/wrapper-functions.php

index 0d7c400d1d2feb4794d1f0caf993ec0901648f86..2e500b1617efa3bfb7f4a79d87fb0319d5fb6bb0 100644 (file)
@@ -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=<pre>'.print_r($array, TRUE).'</pre>';
+                       //* DEBUG: */ print 'idx=' . $idx . ',parentIndex[' . gettype($parentIndex) . ']=' . $parentIndex . ',key=' . $key . ',value=' . $value . ',array=<pre>'.print_r($array, TRUE).'</pre>';
                        // Is dummy an array?
                        if ((is_array($dummy)) && ((is_null($parentIndex)) || ($parentIndex === $value))) {
                                // Then search again