Fix selection of home/work phone numbers

This commit is contained in:
Miles Lott 2001-03-12 01:48:53 +00:00
parent 1c1da7f852
commit 265512bd8d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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