mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add 3 missing phone numbers
This commit is contained in:
parent
901956a477
commit
f102d4abf2
@ -105,6 +105,9 @@
|
||||
$fields["tel_pager"] = $pager;
|
||||
$fields["tel_cell"] = $mphone;
|
||||
$fields["tel_msg"] = $msgphone;
|
||||
$fields["tel_car"] = $carphone;
|
||||
$fields["tel_video"] = $vidphone;
|
||||
$fields["tel_isdn"] = $isdnphone;
|
||||
$fields["adr_one_street"] = $bstreet;
|
||||
$fields["adr_one_locality"] = $bcity;
|
||||
$fields["adr_one_region"] = $bstate;
|
||||
|
@ -108,6 +108,9 @@
|
||||
$fields["tel_pager"] = $pager;
|
||||
$fields["tel_cell"] = $mphone;
|
||||
$fields["tel_msg"] = $msgphone;
|
||||
$fields["tel_car"] = $carphone;
|
||||
$fields["tel_video"] = $vidphone;
|
||||
$fields["tel_isdn"] = $isdnphone;
|
||||
$fields["tel_prefer"] = $tel_prefer;
|
||||
|
||||
$fields["adr_one_street"] = $bstreet;
|
||||
|
Loading…
Reference in New Issue
Block a user