Merge pull request #1984 from dlobo/CRM-13621
[civicrm-core.git] / api / v3 / GroupOrganization.php
index d5795c13dd44d3a27dd2ab0f0cc5e0bff84355f5..b683a9e3838d32b5f30dd65e4fec12675b2bcc1d 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -39,8 +38,6 @@
  */
 
 
-require_once 'CRM/Contact/BAO/GroupOrganization.php';
-
 /**
  * This API will give list of the groups for particular contact
  * Particualr status can be sent in params array
@@ -80,7 +77,7 @@ function civicrm_api3_group_organization_create($params) {
 
 /**
  * Adjust Metadata for Create action
- * 
+ *
  * The metadata is used for setting defaults, documentation & validation
  * @param array $params array or parameters determined by getfields
  */