Skip to content

Commit

Permalink
[#1252] Map "UK" to be the same as "GB"
Browse files Browse the repository at this point in the history
We store it as "UK" but the list of countries has it as "GB"

Fixes #1252.
  • Loading branch information
afuna committed Feb 28, 2015
1 parent 22fef05 commit c784957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgi-bin/DW/Countries.pm
Expand Up @@ -48,6 +48,7 @@ sub load {
foreach my $code ( all_country_codes() ) {
$countries->{ uc $code } = code2country( $code );
}
$countries->{UK} = $countries->{GB};
}

1;
Expand Down

0 comments on commit c784957

Please sign in to comment.