CRM-16112 - Revert addition to UFField api
authorColeman Watts <coleman@civicrm.org>
Mon, 16 Mar 2015 19:13:46 +0000 (15:13 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 16 Mar 2015 19:13:46 +0000 (15:13 -0400)
api/v3/UFField.php

index 8e63b0024f5c2e7006bc31abf528db1ed1a671f7..3fffe6525c248f74c39d652590639c4d44b3757d 100644 (file)
@@ -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;
 }