You are here

function redhen_activity_entity_update in RedHen CRM 7

Implements hook_entity_update().

File

modules/redhen_activity/redhen_activity.module, line 370

Code

function redhen_activity_entity_update($entity, $type) {
  redhen_activity_message_save($entity, $type, 'updated');
}