diff options
author | root <root@cacert1.it-sls.de> | 2012-03-11 20:54:46 +0100 |
---|---|---|
committer | root <root@cacert1.it-sls.de> | 2012-03-11 20:54:46 +0100 |
commit | 300b401e04859ea6d02d207ec7813d697d79c3e4 (patch) | |
tree | 92c3b2113e1c70f21fc6a668aa8a26c99f9466dd /pages/wot | |
parent | 401336fe9c0508a5ce037dd12972ebf3d9318e5c (diff) | |
parent | fa62eacf4f2dc08edd9ff30292abcc336179337b (diff) | |
download | cacert-devel-300b401e04859ea6d02d207ec7813d697d79c3e4.tar.gz cacert-devel-300b401e04859ea6d02d207ec7813d697d79c3e4.tar.xz cacert-devel-300b401e04859ea6d02d207ec7813d697d79c3e4.zip |
Merge branch 'bug-1023' of ssh://dirk@git-cacert.it-sls.de/var/cache/git/cacert-devel into bug-1023
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/6.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index 71f65ae..0406727 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -51,7 +51,7 @@ function makecap() AssureTextLine(_("Date of Birth"),$dob." ("._("YYYY-MM-DD").")"); AssureBoxLine("certify",sprintf(_("I certify that %s %s %s has appeared in person"), $fname, $mname, $lname)); AssureInboxLine("location",_("Location"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"",""); - AssureInboxLine("date",_("Date"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"","<br/>"._("Only fill this in if you assured the person on a different day")); + AssureInboxLine("date",_("Date"),array_key_exists('date',$_SESSION['_config'])?$_SESSION['_config']['date']:"","<br/>"._("Only fill this in if you assured the person on a different day")); if($_SESSION['profile']['ttpadmin'] == 1) AssureMethodLine(_("Method"),$methods,_("Only tick the next box if the Assurance was face to face.")); AssureBoxLine("assertion",_("I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible.")); |