function entity_rules_entity_update in Entity Rules 7
Implements hook_entity_update().
File
- ./
entity_rules.module, line 917  - Module file for the Entity Rules.
 
Code
function entity_rules_entity_update($entity, $type) {
  _entity_rules_invoke_rules($entity, $type, 'update');
}