function trigger_comment_insert

Implements hook_comment_insert().

Archivo

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

Código

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