Merge pull request #1199 from totten/master-premature-commit
[civicrm-core.git] / api / v3 / UFJoin.php
index 75fcf4085b3d8269caec94a199d353856b01f6b5..4f3377d7f0d8e665e9095f2075e152937c91941d 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
  *
  */
 
-/**
- * Files required for this package
- */
-require_once 'CRM/Core/BAO/UFJoin.php';
-
 /**
  * takes an associative array and creates a uf join in the database
  *
@@ -63,9 +57,9 @@ function civicrm_api3_uf_join_create($params) {
 
 /**
  * Adjust Metadata for Create action
- * 
+ *
  * @param array $params array or parameters determined by getfields
- * @todo - suspect module, weight don't need to be required - need to test 
+ * @todo - suspect module, weight don't need to be required - need to test
  */
 function _civicrm_api3_uf_join_create_spec(&$params) {
   $params['module']['api.required'] = 1;