Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-06-05-06-52-23
[civicrm-core.git] / api / v3 / GroupNesting.php
index 731cebd41abd9cbd3132c868c115b08547eb7769..3aca06e1ec7172b8cb1a3b6296e965a112cd0a13 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -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
  */