From: Coleman Watts Date: Thu, 12 Mar 2015 18:47:29 +0000 (-0400) Subject: CRM-16075 - Remove country alias from api spec X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=68ecd0ea839a52c35ccbbc17b8d6fce666e4750e;p=civicrm-core.git CRM-16075 - Remove country alias from api spec --- diff --git a/api/v3/Address.php b/api/v3/Address.php index 40da8a40ae..a00dd415a9 100644 --- a/api/v3/Address.php +++ b/api/v3/Address.php @@ -91,7 +91,6 @@ function civicrm_api3_address_create(&$params) { function _civicrm_api3_address_create_spec(&$params) { $params['location_type_id']['api.required'] = 1; $params['contact_id']['api.required'] = 1; - $params['country'] = array('title' => 'Name or 2-letter abbreviation of country. Looked up in civicrm_country table'); $params['street_parsing'] = array('title' => 'optional param to indicate you want the street_address field parsed into individual params'); $params['world_region'] = array( 'title' => ts('World Region'),