X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FActionSchedule.php;h=505a849143992637ac65e80da875bbd59438607f;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=1236fa402c2e79d51ee11053d1768c3174161e50;hpb=3ceab82f752055bf47bc9337b512a123e94d0b20;p=civicrm-core.git diff --git a/api/v3/ActionSchedule.php b/api/v3/ActionSchedule.php index 1236fa402c..505a849143 100644 --- a/api/v3/ActionSchedule.php +++ b/api/v3/ActionSchedule.php @@ -79,12 +79,10 @@ function _civicrm_api3_action_schedule_create_spec(&$params) { /** * delete an existing action_schedule * + * @param array $params array containing id of the action_schedule + * to be deleted * - * @param array $params (reference) array containing id of the action_schedule - * to be deleted - * - * @return array (referance) returns flag true if successfull, error - * message otherwise + * @return array API result array * * @access public */