function trigger_comment_update

Implements hook_comment_update().

File

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

Code

function trigger_comment_update($comment) {
  _trigger_comment($comment, 'comment_update');
}