X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffunctions.php;h=ab8907f080b92d09385757972d00a1a802c260ed;hb=76d12babd2a9d963c89466490d844944246f2834;hp=91ef0668200e4cdceaf4e7e274243fad32a2841c;hpb=16f0ea892c6537f1eff6549ab9a3baf1d6756a13;p=mailer.git diff --git a/inc/functions.php b/inc/functions.php index 91ef066820..ab8907f080 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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]))) {