You are here

location.pm.inc in Location 5

File

supported/location.pm.inc
View source
<?php

// Saint Pierre and Miquelon
function location_province_list_pm() {
  return array(
    'P' => "Saint Pierre",
    'M' => "Miquelon",
  );
}

Functions