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