| | |
| | | //'work_address_2' => '', |
| | | 'work_country' => 'country:work', |
| | | 'work_zipcode' => 'zipcode:work', |
| | | 'last' => 'surname', |
| | | 'first' => 'firstname', |
| | | 'work_city' => 'locality:work', |
| | | 'work_state' => 'region:work', |
| | | 'home_city_short' => 'locality:home', |
| | | 'home_state_short' => 'region:home', |
| | | ); |
| | | |
| | | /** |
| | |
| | | if (!empty($this->local_label_map)) { |
| | | for ($i = 0; $i < $size; $i++) { |
| | | $label = $this->local_label_map[$elements[$i]]; |
| | | |
| | | // special localization label |
| | | if ($label && $label[0] == '_') { |
| | | $label = substr($label, 1); |
| | | } |
| | | |
| | | if ($label && !empty($this->csv2vcard_map[$label])) { |
| | | $map2[$i] = $this->csv2vcard_map[$label]; |
| | | } |