Merge pull request #2704 from jitendrapurohit/CRM_TestFix
[civicrm-core.git] / api / v3 / GroupNesting.php
index 731cebd41abd9cbd3132c868c115b08547eb7769..9facbe0184207811172911b1377a5bd37f0653cf 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -38,8 +37,6 @@
  *
  */
 
-require_once 'CRM/Contact/BAO/GroupNesting.php';
-
 /**
  * Provides group nesting record(s) given parent and/or child id.
  *
@@ -71,9 +68,10 @@ function civicrm_api3_group_nesting_create($params) {
   $result = array('is_error' => 0);
   return civicrm_api3_create_success($result, $params);
 }
-/*
+
+/**
  * Adjust Metadata for Create action
- * 
+ *
  * The metadata is used for setting defaults, documentation & validation
  * @param array $params array or parameters determined by getfields
  */