From fa62eacf4f2dc08edd9ff30292abcc336179337b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 21 Mar 2012 01:19:44 +0100 Subject: bug 1023: Fix from magu for the location showing up in the date field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/wot/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/wot/6.php b/pages/wot/6.php index 165be36..512dc0a 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -49,7 +49,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']:"","
"._("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']:"","
"._("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.")); -- cgit v1.2.1