mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 14:40:06 +01:00
Added email2, thanks Howard! bug 1369
This commit is contained in:
parent
1976f1ae39
commit
3c801a5df1
@ -8,6 +8,9 @@
|
||||
if (empty($user->email)) {
|
||||
$user->email = "";
|
||||
}
|
||||
if (empty($user->email2)) {
|
||||
$user->email2 = "";
|
||||
}
|
||||
if (empty($user->firstname)) {
|
||||
$user->firstname = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user