From: moodler Date: Tue, 11 May 2004 10:33:23 +0000 (+0000) Subject: Added email2, thanks Howard! bug 1369 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3c801a5df1b7c31034be8e7b66160a2aacfe36a4;p=moodle.git Added email2, thanks Howard! bug 1369 --- diff --git a/login/signup_form.html b/login/signup_form.html index d2d446f6e2..14cd3f1fdc 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 = ""; }