mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +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_fax"] = $fax;
|
||||||
$fields["tel_pager"] = $pager;
|
$fields["tel_pager"] = $pager;
|
||||||
$fields["tel_cell"] = $mphone;
|
$fields["tel_cell"] = $mphone;
|
||||||
$fields["tel_msg"] = $ophone;
|
$fields["tel_msg"] = $msgphone;
|
||||||
$fields["adr_one_street"] = $bstreet;
|
$fields["adr_one_street"] = $bstreet;
|
||||||
$fields["adr_one_locality"] = $bcity;
|
$fields["adr_one_locality"] = $bcity;
|
||||||
$fields["adr_one_region"] = $bstate;
|
$fields["adr_one_region"] = $bstate;
|
||||||
@ -133,6 +133,7 @@
|
|||||||
if ($cust) { $fields[$name] = $cust; }
|
if ($cust) { $fields[$name] = $cust; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$fields["ophone"] = $ophone;
|
||||||
$fields["tz"] = $timezone;
|
$fields["tz"] = $timezone;
|
||||||
$fields["bday"] = $bday;
|
$fields["bday"] = $bday;
|
||||||
$fields["url"] = $url;
|
$fields["url"] = $url;
|
||||||
|
@ -131,6 +131,7 @@
|
|||||||
eval("if (\$name\) { \$cust \.= \$\$name; }");
|
eval("if (\$name\) { \$cust \.= \$\$name; }");
|
||||||
if ($cust) { $fields[$name] = $cust; }
|
if ($cust) { $fields[$name] = $cust; }
|
||||||
}
|
}
|
||||||
|
|
||||||
$fields["ophone"] = $ophone;
|
$fields["ophone"] = $ophone;
|
||||||
$fields["tz"] = $timezone;
|
$fields["tz"] = $timezone;
|
||||||
$fields["bday"] = $bday;
|
$fields["bday"] = $bday;
|
||||||
|
Loading…
Reference in New Issue
Block a user