projects
/
cacert-devel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c0968
)
bug 1192: changed variable
author
INOPIAE
<inopiae@cacert.org>
Tue, 17 Sep 2013 18:25:17 +0000
(20:25 +0200)
committer
INOPIAE
<inopiae@cacert.org>
Tue, 17 Sep 2013 18:25:17 +0000
(20:25 +0200)
www/index.php
patch
|
blob
|
history
diff --git
a/www/index.php
b/www/index.php
index
6b2cdba
..
01089bc
100644
(file)
--- a/
www/index.php
+++ b/
www/index.php
@@
-359,7
+359,7
@@
require_once('../includes/notary.inc.php');
$_SESSION['_config']['errmsg'] = _("Your account has not been verified yet, please check your email account for the signup messages.");
}
- $cca=get_last_user_agreement($
user_id
);
+ $cca=get_last_user_agreement($
_SESSION['profile']['id']
);
echo '###'.$cca['active'];
if (!isset($cca['active'])){
$id=52;