X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=1f38c5b15e389657dcb381c26aad371b7ad2c4f5;hp=58142edba2336e8de31e3be5713cf08b9d95b18c;hb=a561ee57ede150edcf7fe57924ab0e60454aa642;hpb=0a0553b92d07e51d849f0fb7f525c6b638316551 diff --git a/mailid.php b/mailid.php index 58142edba2..1f38c5b15e 100644 --- a/mailid.php +++ b/mailid.php @@ -193,15 +193,12 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr $errorCode = getCode('ACCOUNT_' . $status); } } else { - SQL_FREERESULT($result); $errorCode = getCode('USER_404'); } } else { - SQL_FREERESULT($result); $errorCode = getCode('STATS_404'); } } else { - SQL_FREERESULT($result); $errorCode = getCode('ALREADY_CONFIRMED'); }