Fix setting of msgphone and other phone

This commit is contained in:
Miles Lott 2001-03-20 22:53:06 +00:00
parent 6f8afd5875
commit cfba770497
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -131,6 +131,7 @@
eval("if (\$name\) { \$cust \.= \$\$name; }");
if ($cust) { $fields[$name] = $cust; }
}
$fields["ophone"] = $ophone;
$fields["tz"] = $timezone;
$fields["bday"] = $bday;