mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix setting of msgphone and other phone
This commit is contained in:
parent
6f8afd5875
commit
cfba770497
@ -94,7 +94,7 @@
|
||||
$fields["tel_fax"] = $fax;
|
||||
$fields["tel_pager"] = $pager;
|
||||
$fields["tel_cell"] = $mphone;
|
||||
$fields["tel_msg"] = $ophone;
|
||||
$fields["tel_msg"] = $msgphone;
|
||||
$fields["adr_one_street"] = $bstreet;
|
||||
$fields["adr_one_locality"] = $bcity;
|
||||
$fields["adr_one_region"] = $bstate;
|
||||
@ -133,6 +133,7 @@
|
||||
if ($cust) { $fields[$name] = $cust; }
|
||||
}
|
||||
|
||||
$fields["ophone"] = $ophone;
|
||||
$fields["tz"] = $timezone;
|
||||
$fields["bday"] = $bday;
|
||||
$fields["url"] = $url;
|
||||
|
@ -131,6 +131,7 @@
|
||||
eval("if (\$name\) { \$cust \.= \$\$name; }");
|
||||
if ($cust) { $fields[$name] = $cust; }
|
||||
}
|
||||
|
||||
$fields["ophone"] = $ophone;
|
||||
$fields["tz"] = $timezone;
|
||||
$fields["bday"] = $bday;
|
||||
|
Loading…
Reference in New Issue
Block a user