From: Coleman Watts Date: Fri, 20 Mar 2015 19:53:12 +0000 (-0400) Subject: CRM-16112 - Remove unnecessary fields from contact spec X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7b413ffe51207af62ce3fca726df52a889f58242;p=civicrm-core.git CRM-16112 - Remove unnecessary fields from contact spec --- diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 7959532616..96e88dfa99 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -265,12 +265,6 @@ function _civicrm_api3_contact_get_spec(&$params) { 'title' => 'Primary Email', 'type' => CRM_Utils_Type::T_STRING, ); - $params['gender_id']['title'] = 'Gender ID'; - $params['gender_id']['type'] = CRM_Utils_Type::T_INT; - $params['gender'] = array( - 'title' => 'Gender', - 'type' => CRM_Utils_Type::T_STRING, - ); $params['on_hold'] = array( 'title' => 'Primary Email On Hold', 'type' => CRM_Utils_Type::T_BOOLEAN,