From 3c801a5df1b7c31034be8e7b66160a2aacfe36a4 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 11 May 2004 10:33:23 +0000 Subject: [PATCH] Added email2, thanks Howard! bug 1369 --- login/signup_form.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/login/signup_form.html b/login/signup_form.html index d2d446f6e25..14cd3f1fdcd 100644 --- a/login/signup_form.html +++ b/login/signup_form.html @@ -8,6 +8,9 @@ if (empty($user->email)) { $user->email = ""; } + if (empty($user->email2)) { + $user->email2 = ""; + } if (empty($user->firstname)) { $user->firstname = ""; }