search_comment_update
- Versions
- 7
search_comment_update($comment)
Implements hook_comment_update().
Code
modules/search/search.module, line 757
<?php
function search_comment_update($comment) {
// Reindex the node when comments are changed.
search_touch_node($comment->nid);
}
?>Login or register to post comments 