X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCaseType.php;h=af0d9b7e5b6706a35b91927d64fe217fd10fcdf1;hb=4f87ec96e8ba594ad1705a8806999bd0bc976bb0;hp=139b852d3e6754e93ee9caea2d33707ae4e71ecc;hpb=a922142c067998cb0ffb4cbc95a71aa370ffdc88;p=civicrm-core.git diff --git a/api/v3/CaseType.php b/api/v3/CaseType.php index 139b852d3e..af0d9b7e5b 100644 --- a/api/v3/CaseType.php +++ b/api/v3/CaseType.php @@ -1,9 +1,9 @@ $caseType) { @@ -110,16 +103,13 @@ function _civicrm_api3_case_type_get_formatResult(&$result) { } /** - * Function to delete case type + * Function to delete case type. * * @param array $params - * Array including id of case_type to delete. - + * Array including id of CaseType to delete. + * * @return array * API result array - * - * @access public - * */ function civicrm_api3_case_type_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);