Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-05-24-02-32-04
[civicrm-core.git] / api / v3 / UFField.php
index 78b7077c9eef2d0951c20fd317f411cb84885f32..5c2293b5429138caae67c4991d7f8c5d4ac5505d 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
  *
  */
 
-/**
- * Include common API util functions
- */
-
-require_once 'CRM/Core/BAO/UFField.php';
-require_once 'CRM/Core/BAO/UFGroup.php';
-
 /**
  * Defines 'uf field' within a group.
  *
@@ -168,7 +160,7 @@ function civicrm_api3_uf_field_delete($params) {
 
   return civicrm_api3_create_success($result, $params);
 }
-/* 
+/*
  * field id accepted for backward compat - unset required on id
  */
 function _civicrm_api3_uf_field_delete_spec(&$params) {