forked from extern/egroupware
Changed tel_cel to tel_cell
This commit is contained in:
parent
f0c3e34a7f
commit
4257932b9f
@ -76,7 +76,7 @@
|
||||
$fields["tel_home"] = $hphone;
|
||||
$fields["tel_fax"] = $fax;
|
||||
$fields["tel_pager"] = $pager;
|
||||
$fields["tel_cel"] = $mphone;
|
||||
$fields["tel_cell"] = $mphone;
|
||||
$fields["tel_msg"] = $ophone;
|
||||
$fields["adr_one_street"] = $bstreet;
|
||||
$fields["adr_one_locality"] = $bcity;
|
||||
|
@ -87,7 +87,7 @@
|
||||
$fields["tel_home"] = $hphone;
|
||||
$fields["tel_fax"] = $fax;
|
||||
$fields["tel_pager"] = $pager;
|
||||
$fields["tel_cel"] = $mphone;
|
||||
$fields["tel_cell"] = $mphone;
|
||||
$fields["tel_msg"] = $ophone;
|
||||
$fields["tel_prefer"] = $tel_prefer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user