function forum_comment_delete

Implements hook_comment_delete().

File

drupal/core/modules/forum/forum.module, line 526
Provides discussion forums.

Code

function forum_comment_delete($comment) {
  _forum_update_forum_index($comment->nid->target_id);
}