forum_comment_unpublish

Versions
7
forum_comment_unpublish($comment)

Implements hook_comment_unpublish().

Code

modules/forum/forum.module, line 483

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.