function tracker_comment_delete

Implements hook_comment_delete().

File

modules/tracker/tracker.module, line 236

Code

function tracker_comment_delete($comment) {
  _tracker_remove($comment->nid, $comment->uid, $comment->changed);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.