X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid.php;h=0649da1e8386a79129c614d0d4ae046bf63e74be;hb=58f55e4161d3b4034ea54ad486d90fc045288d89;hp=26a90bae141d36d122444dd58ec0d6314a1f6cac;hpb=48329d370d84b30c0107a55c95630d4528e6bdf5;p=mailer.git diff --git a/mailid.php b/mailid.php index 26a90bae14..0649da1e83 100644 --- a/mailid.php +++ b/mailid.php @@ -1,7 +1,7 @@ 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErrors() == 0)) { +if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErrors() == '0')) { // Init result $result_link = false; @@ -127,7 +127,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr if (fetchUserData($url_userid)) { // Status must be CONFIRMED if (getUserData('status') == 'CONFIRMED') { - // Update last activity + // Update last activity if not admin updateLastActivity($url_userid); // User has confirmed his account so we can procede... @@ -171,7 +171,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(