X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FParticipant.php;h=2d4742bddede9071969218929d1cb53b3e35039c;hb=317fceb45c357553effb3fca07c13ae53ada9e9d;hp=9ce240473dcb0cef0de701f5ccd4a76a2cbe6622;hpb=29d98e1314e345f1b9044f5359c2d0a67f380d21;p=civicrm-core.git diff --git a/api/v3/Participant.php b/api/v3/Participant.php index 9ce240473d..2d4742bdde 100644 --- a/api/v3/Participant.php +++ b/api/v3/Participant.php @@ -48,7 +48,7 @@ * * @return array * apiresult - * {@getfields participant_create} + * {@getfields participant_create} */ function civicrm_api3_participant_create($params) { //check that event id is not an template - should be done @ BAO layer @@ -163,7 +163,7 @@ function _civicrm_api3_participant_create_spec(&$params) { * * @return array * (reference ) array of properties, if error an array with an error id and error message - * {@getfields participant_get} + * {@getfields participant_get} */ function civicrm_api3_participant_get($params) { $mode = CRM_Contact_BAO_Query::MODE_EVENT;