diff options
-rw-r--r-- | includes/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account.php b/includes/account.php index 14702b9..900bbce 100644 --- a/includes/account.php +++ b/includes/account.php @@ -2286,7 +2286,7 @@ $id = 32; } - if($oldid == 34 && $process != "") + if($oldid == 34 && $process == "Delete") { $orgid = intval($_SESSION['_config']['orgid']); $memid = intval($_REQUEST['memid']); |