diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-10-28 21:44:05 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-10-28 21:44:05 +0100 |
commit | 0ffc97cbe1e0c4796022ea69f7dbbb1a8f02336b (patch) | |
tree | 087a0e55a08c9c50c0df0741650d66498ac7c97a /pages/account | |
parent | 350a2f0df6d80e2667a7698ffd1fc613229fab54 (diff) | |
parent | 20a5109644ca501f8a1e501af37416c8409a5ba8 (diff) | |
download | cacert-devel-0ffc97cbe1e0c4796022ea69f7dbbb1a8f02336b.tar.gz cacert-devel-0ffc97cbe1e0c4796022ea69f7dbbb1a8f02336b.tar.xz cacert-devel-0ffc97cbe1e0c4796022ea69f7dbbb1a8f02336b.zip |
Merge branch 'bug-1316' into testserver-stable
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/43.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 4fc67a0..b876330 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -136,8 +136,7 @@ if(intval($_REQUEST['userid']) > 0) { if ($res) { $trow = mysql_fetch_assoc($res); if ($trow) { - mysql_query("update `notary` set `deleted`=NOW() where `id`='".intval($assurance)."'"); - fix_assurer_flag($trow['to']); + revoke_assurance(intval($assurance),$trow['to']); } } } |