Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / ActionSchedule.php
index 1236fa402c2e79d51ee11053d1768c3174161e50..505a849143992637ac65e80da875bbd59438607f 100644 (file)
@@ -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
  */