diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-05-01 02:15:04 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-05-01 02:15:04 +0200 |
commit | 519e56b3f2bf5c814513e6e52af96679de052674 (patch) | |
tree | fda16094b39d9166baad9fa04597c74af5aac73b /includes | |
parent | 4bcceb373cf63cec154b38d5ba3d97c8cee95b39 (diff) | |
parent | 069d4239f789f97d46ee4f33227e0e3ae0663715 (diff) | |
download | cacert-devel-519e56b3f2bf5c814513e6e52af96679de052674.tar.gz cacert-devel-519e56b3f2bf5c814513e6e52af96679de052674.tar.xz cacert-devel-519e56b3f2bf5c814513e6e52af96679de052674.zip |
Merge branch 'bug-1136' into testserver-stable
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/account.php b/includes/account.php index b445dd4..46de17e 100644 --- a/includes/account.php +++ b/includes/account.php @@ -2575,6 +2575,7 @@ { $userid = intval($_REQUEST['userid']); revoke_all_private_cert($userid); + $id=43; } if($oldid == 48 && $_REQUEST['domain'] == "") |