Skip to content
Snippets Groups Projects
Commit ee858e9b authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1936 from johanv/4.4

CRM-13722 Fixes description of country_id in contact API.
parents 50e64e03 41847fb4
Branches
Tags
No related merge requests found
......@@ -182,7 +182,7 @@ function _civicrm_api3_contact_get_spec(&$params) {
$params['state_province_id']['title'] = 'Primary Address State Province ID';
$params['state_province_name']['title'] = 'Primary Address State Province Name';
$params['state_province']['title'] = 'Primary Address State Province';
$params['country_id']['title'] = 'Primary Address State Province ID';
$params['country_id']['title'] = 'Primary Address Country ID';
$params['country']['title'] = 'Primary Address country';
$params['worldregion_id']['title'] = 'Primary Address World Region ID';
$params['worldregion']['title'] = 'Primary Address World Region';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment