Add 3 missing phone numbers

This commit is contained in:
Miles Lott 2001-04-12 04:16:23 +00:00
parent 901956a477
commit f102d4abf2
2 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,9 @@
$fields["tel_pager"] = $pager;
$fields["tel_cell"] = $mphone;
$fields["tel_msg"] = $msgphone;
$fields["tel_car"] = $carphone;
$fields["tel_video"] = $vidphone;
$fields["tel_isdn"] = $isdnphone;
$fields["adr_one_street"] = $bstreet;
$fields["adr_one_locality"] = $bcity;
$fields["adr_one_region"] = $bstate;

View File

@ -108,6 +108,9 @@
$fields["tel_pager"] = $pager;
$fields["tel_cell"] = $mphone;
$fields["tel_msg"] = $msgphone;
$fields["tel_car"] = $carphone;
$fields["tel_video"] = $vidphone;
$fields["tel_isdn"] = $isdnphone;
$fields["tel_prefer"] = $tel_prefer;
$fields["adr_one_street"] = $bstreet;