You are here

function linkchecker_comment_delete in Link checker 7

Implements hook_comment_delete().

1 call to linkchecker_comment_delete()
linkchecker_comment_update in ./linkchecker.module
Implements hook_comment_update().

File

./linkchecker.module, line 961
This module periodically check links in given node types, blocks etc.

Code

function linkchecker_comment_delete($comment) {
  _linkchecker_delete_comment_links($comment->cid);
}