function forum_comment_unpublish

7.x forum.module forum_comment_unpublish($comment)

Implements hook_comment_unpublish().

File

drupal-7.x/modules/forum/forum.module, line 513
Provides discussion forums.

Code

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