function search_comment_delete
Implements hook_comment_delete().
File
-
modules/
search/ search.module, line 834
Code
function search_comment_delete($comment) {
// Reindex the node when comments are deleted.
search_touch_node($comment->nid);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.