diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-13 01:18:55 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-13 01:18:55 +0100 |
commit | 067e6fb1cc50c876bfe9cab04bc73b880fecd5d2 (patch) | |
tree | db263cf8a2689f8a274c627216ffe118e8124040 | |
parent | a88382f9c89db9c8e8ab3222f3484f468ffc999c (diff) | |
download | cacert-devel-067e6fb1cc50c876bfe9cab04bc73b880fecd5d2.tar.gz cacert-devel-067e6fb1cc50c876bfe9cab04bc73b880fecd5d2.tar.xz cacert-devel-067e6fb1cc50c876bfe9cab04bc73b880fecd5d2.zip |
bug 1137: adjusted write_user_agreement to needs
-rw-r--r-- | www/wot.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php index d2aff2e..40e8a71 100644 --- a/www/wot.php +++ b/www/wot.php @@ -295,8 +295,6 @@ $iecho= "c"; `when`=NOW()"; //record active acceptance by Assurer write_user_agreement($_SESSION['profile']['id'], "CCA", "Assurance", "Assurer", 1, $_SESSION['_config']['notarise']['id']); - //record passive acceptance by Assuree - write_user_agreement($_SESSION['_config']['notarise']['id'], "CCA", "Assurance", "Assuree", 0, $_SESSION['profile']['id']); if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0) { $query .= ",\n`method`='Temporary Increase'"; |