diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-06 23:09:02 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-06 23:09:02 +0100 |
commit | b550a6cf95425760126a5ddf44da915bc6cf4d1b (patch) | |
tree | 810a6ddc2142ed8f33789bd78bc2da8c3787e4cc /www | |
parent | 92f5521fb28aab37cd609772323b2eae5a29dcba (diff) | |
download | cacert-devel-b550a6cf95425760126a5ddf44da915bc6cf4d1b.tar.gz cacert-devel-b550a6cf95425760126a5ddf44da915bc6cf4d1b.tar.xz cacert-devel-b550a6cf95425760126a5ddf44da915bc6cf4d1b.zip |
bug 1121: Added backticks to sql-queries, small typo fix
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php index c09f910..0b8e23a 100644 --- a/www/wot.php +++ b/www/wot.php @@ -298,8 +298,9 @@ $iecho= "c"; mysql_query($query); fix_assurer_flag($_SESSION['_config']['notarise']['id']); include_once("../includes/notary.inc.php"); - write_user_agreement($_SESSION['profile']['id'], "CCA", "assurance", "Assuring", 1, $_SESSION['_config']['notarise']['id']); -/* to be activates after the CCA recording is announced +/*to be activated after CCA accept option is implemented in form + write_user_agreement($_SESSION['profile']['id'], "CCA", "assurance", "Assuring", 1, $_SESSION['_config']['notarise']['id']);}*/ +/* to be activated after the CCA recording is announced write_user_agreement($_SESSION['_config']['notarise']['id'], "CCA", "assurance", "Being assured", 0, $_SESSION['profile']['id']); */ if($_SESSION['profile']['points'] < 150) |