X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=9ee907a62c7f07f26199305e0dfc274a85ad12b0;hp=78c1948e26cb5de6fe988dd675d2ff2243b7d49f;hb=6aa5b6c3d7c49ceb5a41b836657321e9c0b5dea5;hpb=013448f0470ca36ab15b888928e2127e6da7d9b6 diff --git a/mailid.php b/mailid.php index 78c1948e26..9ee907a62c 100644 --- a/mailid.php +++ b/mailid.php @@ -172,7 +172,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr // 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 = getConfig('URL'); $time = '1'; } + if (($time == 0) && ($payment > 0)) { $URL = getConfig('URL'); $time = 1; } if (($time > 0) && (($payment > 0) || ($points > 0))) { // Export data into constants for the template $content = array(