]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
More HTML/EL code fixes, removed assertition as it was to strict (didn't work in...
[mailer.git] / inc / wrapper-functions.php
index 2e500b1617efa3bfb7f4a79d87fb0319d5fb6bb0..0d7c400d1d2feb4794d1f0caf993ec0901648f86 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