function trigger_comment_view

Implements hook_comment_view().

File

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

Code

function trigger_comment_view($comment) {
  _trigger_comment($comment, 'comment_view');
}