Fix vcard swapping of home/work phone

This commit is contained in:
Miles Lott 2001-03-12 01:59:15 +00:00
parent 5c89ffd830
commit 429ab044c1

View File

@ -636,8 +636,8 @@
$fields["fn"] = addslashes($firstname . " " . $lastname); $fields["fn"] = addslashes($firstname . " " . $lastname);
$fields["title"] = addslashes($title); $fields["title"] = addslashes($title);
$fields["d_email"] = addslashes($email); $fields["d_email"] = addslashes($email);
$fields["a_tel"] = addslashes($hphone); $fields["a_tel"] = addslashes($wphone);
$fields["b_tel"] = addslashes($wphone); $fields["b_tel"] = addslashes($hphone);
$fields["c_tel"] = addslashes($fax); $fields["c_tel"] = addslashes($fax);
$fields["pager"] = addslashes($pager); $fields["pager"] = addslashes($pager);
$fields["mphone"] = addslashes($mphone); $fields["mphone"] = addslashes($mphone);