Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4
-
Component/s: CiviCRM API
-
Labels:None
Description
it should be a $params, not an id.
$params["id"]
/**
- Function to delete activity type
- @param activityTypeId int activity type id to delete
- @return boolen
* - @access public
*/
function civicrm_activity_type_delete( $activityTypeId ) {