Added email2, thanks Howard! bug 1369

This commit is contained in:
moodler 2004-05-11 10:33:23 +00:00
parent 1976f1ae39
commit 3c801a5df1

View File

@ -8,6 +8,9 @@
if (empty($user->email)) {
$user->email = "";
}
if (empty($user->email2)) {
$user->email2 = "";
}
if (empty($user->firstname)) {
$user->firstname = "";
}