forum_comment_unpublish

7 forum.module forum_comment_unpublish($comment)
8 forum.module forum_comment_unpublish($comment)

Implements hook_comment_unpublish().

File

modules/forum/forum.module, line 508
Provides discussion forums.

Code

function forum_comment_unpublish($comment) {
  _forum_update_forum_index($comment->nid);
}
Login or register to post comments