function trigger_comment_insert

Implements hook_comment_insert().

File

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

Code

function trigger_comment_insert($comment) {
  _trigger_comment($comment, 'comment_insert');
}