function forum_comment_delete
Implements hook_comment_delete().
Archivo
- drupal-7.x/
modules/ forum/ forum.module, line 520 - Provides discussion forums.
Código
function forum_comment_delete($comment) {
_forum_update_forum_index($comment->nid);
}
Implements hook_comment_delete().
function forum_comment_delete($comment) {
_forum_update_forum_index($comment->nid);
}