mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Add missing email fields
This commit is contained in:
parent
de7789e948
commit
f889fb9a34
@ -92,6 +92,8 @@
|
||||
$fields["fn"] = $prefix.$pspc.$firstname.$nspc.$mspc.$middle.$mspc.$lastname.$sspc.$suffix;
|
||||
$fields["email"] = $email;
|
||||
$fields["email_type"] = $email_type;
|
||||
$fields["email_home"] = $hemail;
|
||||
$fields["email_home_type"] = $hemail_type;
|
||||
$fields["title"] = $title;
|
||||
$fields["tel_work"] = $wphone;
|
||||
$fields["tel_home"] = $hphone;
|
||||
|
Loading…
Reference in New Issue
Block a user