function trigger_taxonomy_term_update

Implements hook_taxonomy_term_update().

File

drupal/modules/trigger/trigger.module, line 611
Enables functions to be stored and executed at a later time.

Code

function trigger_taxonomy_term_update($term) {
  _trigger_taxonomy('taxonomy_term_update', (array) $term);
}