From 300886b06d3032d76b126b0135cd39714dee47d4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 16 Mar 2015 15:13:46 -0400 Subject: [PATCH] CRM-16112 - Revert addition to UFField api --- api/v3/UFField.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/v3/UFField.php b/api/v3/UFField.php index 8e63b0024f..3fffe6525c 100644 --- a/api/v3/UFField.php +++ b/api/v3/UFField.php @@ -112,12 +112,6 @@ function _civicrm_api3_uf_field_create_spec(&$params) { 'type' => CRM_Utils_Type::T_BOOLEAN, 'api.default' => TRUE, ); - $params['created_id'] = array( - 'api.default' => 'user_contact_id', - 'title' => 'Created By', - 'type' => CRM_Utils_Type::T_INT, - ); - $params['is_active']['api.default'] = TRUE; } -- 2.25.1