Unnccessary calls removed
authorRoland Häder <roland@mxchange.org>
Sat, 31 Oct 2009 16:15:15 +0000 (16:15 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 31 Oct 2009 16:15:15 +0000 (16:15 +0000)
mailid.php

index 58142edba2336e8de31e3be5713cf08b9d95b18c..1f38c5b15e389657dcb381c26aad371b7ad2c4f5 100644 (file)
@@ -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');
        }