function search_comment_update
Implements hook_comment_update().
Archivo
- drupal-7.x/
modules/ search/ search.module, line 826 - Enables site-wide keyword searching.
Código
function search_comment_update($comment) {
// Reindex the node when comments are changed.
search_touch_node($comment->nid);
}