function forum_comment_unpublish

Implements hook_comment_unpublish().

File

modules/forum/forum.module, line 513

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.