diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-03 00:04:43 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-03 00:04:43 +0200 |
commit | b7d0a97b288ff6b02e1a3c7f18175132864bb0d9 (patch) | |
tree | 04a6698a49510c9bd8c40678f5f270aab6db42c1 | |
parent | 1262ff0b1c8cf748c0dc6ed502d80c579ae672ca (diff) | |
download | cacert-devel-b7d0a97b288ff6b02e1a3c7f18175132864bb0d9.tar.gz cacert-devel-b7d0a97b288ff6b02e1a3c7f18175132864bb0d9.tar.xz cacert-devel-b7d0a97b288ff6b02e1a3c7f18175132864bb0d9.zip |
Cancel sends "Delete" and not an empty string
-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']); |