From 7b413ffe51207af62ce3fca726df52a889f58242 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 20 Mar 2015 15:53:12 -0400 Subject: [PATCH] CRM-16112 - Remove unnecessary fields from contact spec --- api/v3/Contact.php | 6 ------ 1 file changed, 6 deletions(-) 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, -- 2.25.1