You are here

function location_province_list_gs in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.gs.inc \location_province_list_gs()
  2. 5 supported/location.gs.inc \location_province_list_gs()
  3. 6.3 supported/location.gs.inc \location_province_list_gs()
  4. 7.5 supported/location.gs.inc \location_province_list_gs()
  5. 7.4 supported/location.gs.inc \location_province_list_gs()

Returns an associative array of states/territories.

File

supported/location.gs.inc, line 11
South Georgia and the South Sandwich Islands.

Code

function location_province_list_gs() {
  return array();
}