diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-19 00:28:57 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-19 00:31:52 +0100 |
commit | c8f7c545c59113a57a23c9dac4341da972fbf02a (patch) | |
tree | 3af5033a0e24878d7aac48c05c0663581fc17226 /pages | |
parent | ff03ad5dd712494a21b3deabbf5e2b6127b3901f (diff) | |
download | cacert-devel-c8f7c545c59113a57a23c9dac4341da972fbf02a.tar.gz cacert-devel-c8f7c545c59113a57a23c9dac4341da972fbf02a.tar.xz cacert-devel-c8f7c545c59113a57a23c9dac4341da972fbf02a.zip |
bug 1112: Changed $userid to $Session ...
Diffstat (limited to 'pages')
-rw-r--r-- | pages/wot/4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/4.php b/pages/wot/4.php index b8240a5..2bde1e1 100644 --- a/pages/wot/4.php +++ b/pages/wot/4.php @@ -48,7 +48,7 @@ // test for points <100 if ($_SESSION['profile']['points']<100){ // test for TTP assurances - if (get_number_of_ttpassurances($userid)<2){?> + if (get_number_of_ttpassurances(intval($_SESSION['profile']['id']))<2){?> <p><?=_("If you want to ask for TTP assurances fill out the missing data and send the request to support@cacert.org to start the process. CAcert will inform you then about the next steps.")?></p> <form method="post" action="wot.php"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> |