function newsletter_entity_insert in Newsletter 7
Implements hook_entity_insert().
File
- ./
newsletter.module, line 912 - Defines menu items for newsletter administration, permissions and basic drupal hooks.
Code
function newsletter_entity_insert($entity, $type) {
newsletter_update_exposed_tids($entity, $type);
}