]> git.mxchange.org Git - mailer.git/blobdiff - inc/xml-functions.php
Project continued with rewrites:
[mailer.git] / inc / xml-functions.php
index f62de6a6e8d1d59adaee34c4a6709b880d0424e4..217f8e73a0b901fea4a1756624d3d95d66f38ae4 100644 (file)
@@ -328,7 +328,7 @@ function searchXmlArray ($value, $columns, $childKey) {
                assert(isset($columnArray[$childKey]));
 
                // Now is it what we are looking for?
-               if ($columnArray[$childKey] == $value) {
+               if ($columnArray[$childKey] === $value) {
                        // Remember this match
                        $return = $key;