]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
Introduced new wrapper functions to make the code more readable, new extension ext...
[mailer.git] / mailid.php
index 5415fc5fc2062cc8beac2382dcc442678c9fd5e3..06acf208cad76b145324cd45ff910610bf197afa 100644 (file)
@@ -68,7 +68,7 @@ if (isGetRequestParameterSet('mailid'))  $url_mid    = bigintval(getRequestParam
 if (isGetRequestParameterSet('bonusid')) $url_bid    = bigintval(getRequestParameter('bonusid'));
 
 // 01           1        12            2    2            21    1                   22     10
-if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErrors() == '0')) {
+if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (!ifFatalErrorsDetected())) {
        // Init result
        $result_link = false;