function forum_comment_delete

Implements hook_comment_delete().

File

drupal/modules/forum/forum.module, line 520
Provides discussion forums.

Code

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