From 461cb4fa36ea02a5e83a1c8af93c916c2bacecce Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 26 Jan 2014 15:25:08 +0100 Subject: bug 1226: added dob to form assure someone wot/5.php, implemented check for dob match to account in not ttpadmin --- pages/wot/5.php | 47 ++++++++++++++++++++++++++++++++++++++++++++--- pages/wot/6.php | 3 +++ 2 files changed, 47 insertions(+), 3 deletions(-) (limited to 'pages/wot') diff --git a/pages/wot/5.php b/pages/wot/5.php index c1a6438..a9c3dcb 100644 --- a/pages/wot/5.php +++ b/pages/wot/5.php @@ -18,14 +18,24 @@ include_once("../includes/shutdown.php"); require_once("../includes/lib/l10n.php"); ?> -
@@ -60,6 +70,37 @@ "> + + +
+ () + + " size="4" autocomplete="off"> + + + + + "> 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"); -- cgit v1.2.1 From 7fbd25520ae6d4920453961728b115d8a974eb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Sat, 21 Jun 2014 23:56:28 +0200 Subject: bug 1226: Treat the date values as integer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/wot/5.php | 12 ++++++------ pages/wot/6.php | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'pages/wot') diff --git a/pages/wot/5.php b/pages/wot/5.php index a9c3dcb..7fdd1c5 100644 --- a/pages/wot/5.php +++ b/pages/wot/5.php @@ -28,13 +28,13 @@ } if (!isset($_SESSION['assuresomeone']['year'])) { - $_SESSION['assuresomeone']['year'] = ''; + $_SESSION['assuresomeone']['year'] = 0; } if (!isset($_SESSION['assuresomeone']['month'])) { - $_SESSION['assuresomeone']['month'] = ''; + $_SESSION['assuresomeone']['month'] = 0; } if (!isset($_SESSION['assuresomeone']['day'])) { - $_SESSION['assuresomeone']['day'] = ''; + $_SESSION['assuresomeone']['day'] = 0; } ?> @@ -75,13 +75,13 @@
() - " size="4" autocomplete="off"> + +