Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / ParticipantStatusType.php
index 43b8b30534cfd6c2f51fa09a08dc692e30d13bec..8f30be2d76453ced03702ac9448b721fae09f94a 100644 (file)
@@ -34,8 +34,6 @@
  * @copyright CiviCRM LLC (c) 2004-2014
  */
 
-require_once 'api/v3/utils.php';
-
 /**
  * create/update participant_status
  *
@@ -80,8 +78,7 @@ function civicrm_api3_participant_status_type_get($params) {
  * @param array $params  (reference) array containing id of the group
  *                       to be deleted
  *
- * @return array  (referance) returns flag true if successfull, error
- *                message otherwise
+ * @return array api result array
  * {@getfields ParticipantStatusType_delete}
  * @example ParticipantStatusTypeDelete.php
  * @access public