Changed tel_cel to tel_cell

This commit is contained in:
Miles Lott 2001-03-17 15:31:44 +00:00
parent f0c3e34a7f
commit 4257932b9f
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
$fields["tel_home"] = $hphone;
$fields["tel_fax"] = $fax;
$fields["tel_pager"] = $pager;
$fields["tel_cel"] = $mphone;
$fields["tel_cell"] = $mphone;
$fields["tel_msg"] = $ophone;
$fields["adr_one_street"] = $bstreet;
$fields["adr_one_locality"] = $bcity;

View File

@ -87,7 +87,7 @@
$fields["tel_home"] = $hphone;
$fields["tel_fax"] = $fax;
$fields["tel_pager"] = $pager;
$fields["tel_cel"] = $mphone;
$fields["tel_cell"] = $mphone;
$fields["tel_msg"] = $ophone;
$fields["tel_prefer"] = $tel_prefer;