You are here

function location_province_list_om in Location 5

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

File

supported/location.om.inc, line 5

Code

function location_province_list_om() {
  return array(
    'DA' => "Ad Dakhiliyah",
    'BA' => "Al Batinah",
    'WU' => "Al Wusta",
    'SH' => "Ash Sharqiyah",
    'ZA' => "Az Zahirah",
    'MA' => "Masqat",
    'MU' => "Musandam",
    'ZU' => "Zufar",
  );
}