Merge pull request #1984 from dlobo/CRM-13621
[civicrm-core.git] / api / v3 / GroupOrganization.php
index d1b411b4c3b18df9152ac195bed3bc15575a323e..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
@@ -78,9 +75,9 @@ function civicrm_api3_group_organization_create($params) {
   return civicrm_api3_create_success($values, $params, 'group_organization', 'get', $groupOrgBAO);
 }
 
-/*
+/**
  * Adjust Metadata for Create action
- * 
+ *
  * The metadata is used for setting defaults, documentation & validation
  * @param array $params array or parameters determined by getfields
  */