X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid.php;h=976d4d98c733e382caa03f05ea124f80b6fbec95;hb=96a270e713e9bc75a6199ff76d5f4831b732ff15;hp=784bd996b49db5865795141ca965b4790f135633;hpb=12cb1277f6f069b1cf9d536f9add2cd7e62eace4;p=mailer.git diff --git a/mailid.php b/mailid.php index 784bd996b4..976d4d98c7 100644 --- a/mailid.php +++ b/mailid.php @@ -182,7 +182,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr // Was that mail a valid one? if ($isValid === TRUE) { // If time is zero seconds we have a sponsor mail. 1 Second shall be set to avoid problems - if (($time == '0') && ($payment > 0)) { + if (($time == '0') && ($payment > 0)) { $url = getUrl(); $time = 1; } // END - if