mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix vcard swapping of home/work phone
This commit is contained in:
parent
5c89ffd830
commit
429ab044c1
@ -636,8 +636,8 @@
|
||||
$fields["fn"] = addslashes($firstname . " " . $lastname);
|
||||
$fields["title"] = addslashes($title);
|
||||
$fields["d_email"] = addslashes($email);
|
||||
$fields["a_tel"] = addslashes($hphone);
|
||||
$fields["b_tel"] = addslashes($wphone);
|
||||
$fields["a_tel"] = addslashes($wphone);
|
||||
$fields["b_tel"] = addslashes($hphone);
|
||||
$fields["c_tel"] = addslashes($fax);
|
||||
$fields["pager"] = addslashes($pager);
|
||||
$fields["mphone"] = addslashes($mphone);
|
||||
|
Loading…
Reference in New Issue
Block a user