]> git.mxchange.org Git - mailer.git/blobdiff - inc/xml-functions.php
Additional fixes for XML handler and listing builder
[mailer.git] / inc / xml-functions.php
index 2a11ccc4b72ebcfc413fd323abf9af4262614a4c..ff62e48d5d128204f01abb83df4a700338e9fc99 100644 (file)
@@ -329,6 +329,7 @@ function searchXmlArray ($value, $columns, $childKey) {
                assert(isset($columnArray[$childKey]));
 
                // Now is it what we are looking for?
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'value=' . $value . ',key=' . $key . ',childKey=' . $childKey . ',columnArray=' . $columnArray[$childKey]);
                if ($columnArray[$childKey] === $value) {
                        // Remember this match
                        $return = $key;