Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM
-
Labels:None
Description
Panama is referenced as in Africa West, East, Central and Southern region:
mysql> select civicrm_country.name as country, civicrm_worldregion.name as region from civicrm_country, civicrm_worldregion where civicrm_country.name='Panama' and civicrm_country.region_id=civicrm_worldregion.id;
------------------------------------------------+
country | region |
------------------------------------------------+
Panama | Africa West, East, Central and Southern |
------------------------------------------------+