From: quix0r Date: Mon, 6 Oct 2008 16:17:31 +0000 (+0000) Subject: Another variable fixed, thanks to rasty X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f9b6d8fa937316c4fa046454b8cab199e415c434;p=mailer.git Another variable fixed, thanks to rasty --- diff --git a/inc/modules/admin/what-del_user.php b/inc/modules/admin/what-del_user.php index 0ffb8df50b..37ecc5382a 100644 --- a/inc/modules/admin/what-del_user.php +++ b/inc/modules/admin/what-del_user.php @@ -47,7 +47,7 @@ if ((isset($_POST['ok'])) || ((isset($_POST['del'])) && (!empty($_POST['reason'] array(bigintval($_GET['u_id'])), __FILE__, __LINE__); if (SQL_NUMROWS($result_user) == 1) { // Free memory - SQL_FREERESULT($result); + SQL_FREERESULT($result_user); // Delete user account DELETE_USER_ACCOUNT(bigintval($_GET['u_id']), $_POST['reason']);