You are here

function location_province_list_ee in Location 5

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

File

supported/location.ee.inc, line 5

Code

function location_province_list_ee() {
  return array(
    '37' => "Harju County",
    '39' => "Hiiu County",
    '44' => "Ida-Viru County",
    '49' => "",
    '51' => "JArva County",
    '57' => "LAAne County",
    '59' => "LAAne-Viru County",
    '65' => "",
    '67' => "PArnu County",
    '70' => "Rapla County",
    '74' => "Saare County",
    '78' => "Tartu County",
    '82' => "Valga County",
    '84' => "Viljandi County",
    '86' => "",
  );
}