summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'";