diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-26 15:25:08 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-26 15:25:08 +0100 |
commit | 461cb4fa36ea02a5e83a1c8af93c916c2bacecce (patch) | |
tree | 1a36b0a3e9956d70abe73a193c6f4b948e5c6068 /pages/wot/6.php | |
parent | 3213ce91971fd5976a1f31b0c24a822c01591911 (diff) | |
download | cacert-devel-461cb4fa36ea02a5e83a1c8af93c916c2bacecce.tar.gz cacert-devel-461cb4fa36ea02a5e83a1c8af93c916c2bacecce.tar.xz cacert-devel-461cb4fa36ea02a5e83a1c8af93c916c2bacecce.zip |
bug 1226: added dob to form assure someone wot/5.php, implemented check for dob match to account in not ttpadmin
Diffstat (limited to 'pages/wot/6.php')
-rw-r--r-- | pages/wot/6.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index a565aa7..6934d0f 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -24,6 +24,9 @@ } $row = $_SESSION['_config']['notarise']; + $_SESSION['assuresomeone']['year'] = ''; + $_SESSION['assuresomeone']['month'] = ''; + $_SESSION['assuresomeone']['day'] = ''; if($_SESSION['profile']['ttpadmin'] == 1) // $methods = array("Face to Face Meeting", "Trusted 3rd Parties", "TopUP"); |