You are here

function redhen_activity_entity_delete in RedHen CRM 7

Implements hook_entity_delete().

File

modules/redhen_activity/redhen_activity.module, line 377

Code

function redhen_activity_entity_delete($entity, $type) {
  redhen_activity_message_save($entity, $type, 'deleted');
}