function forum_comment_unpublish

forum_comment_unpublish($comment)

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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!forum!forum.module/function/forum_comment_unpublish/7.x