function getlocations_fields_get_countries_list in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_fields/getlocations_fields.module \getlocations_fields_get_countries_list()
File
- modules/
getlocations_fields/ getlocations_fields.module, line 3920 - getlocations_fields.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_fields_get_countries_list($upper = TRUE) {
$countries = getlocations_get_countries_list($upper);
return $countries;
}