function forum_comment_unpublish in Drupal 7
Implements hook_comment_unpublish().
File
- modules/
forum/ forum.module, line 513 - Provides discussion forums.
Code
function forum_comment_unpublish($comment) {
_forum_update_forum_index($comment->nid);
}