Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / UFJoin.php
index 75fcf4085b3d8269caec94a199d353856b01f6b5..bc8baf6651319f544b052b3d5e85be5b7ab8841e 100644 (file)
@@ -1,11 +1,10 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  * @package CiviCRM_APIv3
  * @subpackage API_UF
  *
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * @version $Id: UFJoin.php 30171 2010-10-14 09:11:27Z mover $
  *
  */
 
-/**
- * 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;