You are here

function newsletter_entity_update in Newsletter 7

Implements hook_entity_update().

File

./newsletter.module, line 919
Defines menu items for newsletter administration, permissions and basic drupal hooks.

Code

function newsletter_entity_update($entity, $type) {
  newsletter_update_exposed_tids($entity, $type);
}