summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-01-13 01:18:55 +0100
committerINOPIAE <inopiae@cacert.org>2013-01-13 01:18:55 +0100
commit067e6fb1cc50c876bfe9cab04bc73b880fecd5d2 (patch)
treedb263cf8a2689f8a274c627216ffe118e8124040
parenta88382f9c89db9c8e8ab3222f3484f468ffc999c (diff)
downloadcacert-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.php2
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'";