X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FParticipant.php;h=a746e8a00e999523fac43a04dcbe942d3600a264;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=a84a8070428a93dfff7c09861a66fd66950e2f0d;hpb=572befc774c3e5e3234b2706086d1ceded7ad681;p=civicrm-core.git diff --git a/api/v3/Participant.php b/api/v3/Participant.php index a84a807042..a746e8a00e 100644 --- a/api/v3/Participant.php +++ b/api/v3/Participant.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -32,7 +32,7 @@ * @package CiviCRM_APIv3 * @subpackage API_Participant * - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * @version $Id: Participant.php 30486 2010-11-02 16:12:09Z shot $ * */ @@ -168,9 +168,11 @@ function _civicrm_api3_participant_get_spec(&$params) { * * This API is used for deleting a contact participant * - * @param array $params Array containing Id of the contact participant to be deleted + * @param array $params Array containing Id of the contact participant to be deleted * * {@getfields participant_delete} + * @throws Exception + * @return array * @access public */ function civicrm_api3_participant_delete($params) {