X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid.php;h=976d4d98c733e382caa03f05ea124f80b6fbec95;hb=e47be073e7752020b72ecba659407bfa2bbaeb34;hp=289ac310cd4a701d728f6993b57a358078e3b5fa;hpb=e41922487c1c0ef1ed3294e31e5fee7d776876fd;p=mailer.git diff --git a/mailid.php b/mailid.php index 289ac310cd..976d4d98c7 100644 --- a/mailid.php +++ b/mailid.php @@ -182,8 +182,8 @@ 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)) { - $url = getUrl(); + if (($time == '0') && ($payment > 0)) { + $url = getUrl(); $time = 1; } // END - if