]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
More HTML/EL code fixes, removed assertition as it was to strict (didn't work in...
[mailer.git] / inc / functions.php
index 91ef0668200e4cdceaf4e7e274243fad32a2841c..ab8907f080b92d09385757972d00a1a802c260ed 100644 (file)
@@ -1351,7 +1351,7 @@ function doHandleExtraValues ($filterFunctions, $extraValues, $key, $entries, $u
        } // END - if
 
        // Send data through the filter function if found
-       if ($key == $userIdColumn[0]) {
+       if ($key === $userIdColumn[0]) {
                // Is the userid, we have to process it with convertZeroToNull()
                $entries = convertZeroToNull($entries);
        } elseif ((!empty($filterFunctions[$key])) && (isset($extraValues[$key]))) {