function trigger_comment_presave

7.x trigger.module trigger_comment_presave($comment)

Implements hook_comment_presave().

File

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

Code

function trigger_comment_presave($comment) {
  _trigger_comment($comment, 'comment_presave');
}