From: Roland Häder Date: Mon, 6 Oct 2008 16:17:31 +0000 (+0000) Subject: Another variable fixed, thanks to rasty X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=776748028fc0323655c1e86c9be37eebc9948e70 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']);