diff options
author | Michael Tänzer <neo@nhng.de> | 2011-08-30 23:25:54 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-08-30 23:25:54 +0200 |
commit | fba0e788405dc3aa4a27bdad228d3568e8faf214 (patch) | |
tree | ef9f693ef50c83b8a02234224d8a6e096e1304a0 /includes/account.php | |
parent | a6e492df7f1b33ad6cd07a5b885d15dd06b4e361 (diff) | |
download | cacert-devel-fba0e788405dc3aa4a27bdad228d3568e8faf214.tar.gz cacert-devel-fba0e788405dc3aa4a27bdad228d3568e8faf214.tar.xz cacert-devel-fba0e788405dc3aa4a27bdad228d3568e8faf214.zip |
bug 966: remove the initial "fix" because with the other fixes it breaksbug-966
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes/account.php')
-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 c1f6542..44d5a20 100644 --- a/includes/account.php +++ b/includes/account.php @@ -2195,7 +2195,7 @@ $orgid = 0; } - if($oldid == 31 && $process != _("Cancel")) + if($oldid == 31 && $process != "") { $query = "select * from `orgdomains` where `orgid`='".intval($_SESSION['_config']['orgid'])."'"; $dres = mysql_query($query); |