Hopefully fix home/work phone confusion again

This commit is contained in:
Miles Lott 2001-03-12 01:57:51 +00:00
parent 265512bd8d
commit 5c89ffd830
4 changed files with 8 additions and 8 deletions

View File

@ -40,8 +40,8 @@
"st" => "adr_region",
"postalcode" => "adr_postalcode",
"countryname" => "adr_countryname",
"telephonenumber" => "b_tel",
"homephone" => "a_tel",
"telephonenumber" => "a_tel",
"homephone" => "b_tel",
"facsimiletelephonenumber" => "c_tel",
"xmozillaanyphone" => "",
"cellphone" => "mphone",

View File

@ -33,8 +33,8 @@
"st" => "adr_region",
"postalcode" => "adr_postalcode",
"countryname" => "adr_countryname",
"telephonenumber" => "b_tel",
"homephone" => "a_tel",
"telephonenumber" => "a_tel",
"homephone" => "b_tel",
"facsimiletelephonenumber" => "c_tel",
"xmozillaanyphone" => "ophone",
"cellphone" => "mphone",

View File

@ -55,14 +55,14 @@
"adr_postal" => "", //yn
"tz" => "time zone",
"geo" => "geo",
"a_tel" => "home phone",
"a_tel" => "work phone",
"a_tel_work" => "", //yn
"a_tel_home" => "", //yn
"a_tel_voice" => "", //yn
"a_tel_msg" => "", //yn
"a_tel_fax" => "", //yn
"a_tel_prefer" => "", //yn
"b_tel" => "work phone",
"b_tel" => "home phone",
"b_tel_work" => "", //yn
"b_tel_home" => "", //yn
"b_tel_voice" => "", //yn

View File

@ -49,8 +49,8 @@
$lastname = $fields["n_family"];
$suffix = $fields["n_suffix"];
$title = $fields["title"];
$hphone = $fields["a_tel"];
$wphone = $fields["b_tel"];
$wphone = $fields["a_tel"];
$hphone = $fields["b_tel"];
$fax = $fields["c_tel"];
$pager = $fields["pager"];
$mphone = $fields["mphone"];