Fixed country code lookup bugs
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -479,7 +479,6 @@ class Vars { | ... | @@ -479,7 +479,6 @@ class Vars { |
| 479 | , 'MR' => 'Mauritania' | 479 | , 'MR' => 'Mauritania' |
| 480 | , 'MU' => 'Mauritius' | 480 | , 'MU' => 'Mauritius' |
| 481 | , 'YT' => 'Mayotte' | 481 | , 'YT' => 'Mayotte' |
| 482 | , 'MX' => 'Mexico' | ||
| 483 | , 'FM' => "Micronesia, Federated States of" | 482 | , 'FM' => "Micronesia, Federated States of" |
| 484 | , 'MD' => 'Moldova, Republic of' | 483 | , 'MD' => 'Moldova, Republic of' |
| 485 | , 'MC' => 'Monaco' | 484 | , 'MC' => 'Monaco' |
| ... | @@ -492,7 +491,7 @@ class Vars { | ... | @@ -492,7 +491,7 @@ class Vars { |
| 492 | , 'NR' => 'Nauru' | 491 | , 'NR' => 'Nauru' |
| 493 | , 'NP' => 'Nepal' | 492 | , 'NP' => 'Nepal' |
| 494 | , 'NL' => 'Netherlands' | 493 | , 'NL' => 'Netherlands' |
| 495 | , 'NA' => 'Netherlands Antilles' | 494 | , 'AN' => 'Netherlands Antilles' |
| 496 | , 'NC' => 'New Caledonia' | 495 | , 'NC' => 'New Caledonia' |
| 497 | , 'NZ' => 'New Zealand' | 496 | , 'NZ' => 'New Zealand' |
| 498 | , 'NI' => 'Nicaragua' | 497 | , 'NI' => 'Nicaragua' | ... | ... |
-
Please register or sign in to post a comment