Implements hook_comment_presave().

File

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');
}