]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/country.cgi
country.cgi: fix location function call
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / country.cgi
index b1c72bb2232ea09465c23617610231f98e1590c4..35fa93113c205139a69d022ba4b7caa322827327 100644 (file)
@@ -53,7 +53,7 @@ print<<END;
 END
 
 # Get a list of all supported country codes.
-my @countries = &Location::database_countries();
+my @countries = &Location::Functions::get_locations();
 
 # Loop through whole country list.
 foreach my $country (@countries) {