Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / Survey.php
index e049fafda75f5e1a7f94d71bd402d786f7422c0e..ab7b8ca789edcdd56623c53b80c16da8ee84fe6d 100644 (file)
@@ -81,11 +81,10 @@ function civicrm_api3_survey_get($params) {
  * This method is used to delete any existing survey. id of the group
  * to be deleted is required field in $params array
  *
- * @param array $params  (reference) array containing id of the group
+ * @param array $params 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 survey_delete}
  * @access public
  */