From: Roland Häder Date: Sat, 31 Oct 2009 16:15:15 +0000 (+0000) Subject: Unnccessary calls removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0f335c256a7058184ea866cde08236664cf75b23 Unnccessary calls removed --- 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'); }