function apachesolr_comment_delete in Apache Solr Search 7
Same name and namespace in other branches
- 8 apachesolr.module \apachesolr_comment_delete()
Implements hook_comment_delete().
File
- ./
apachesolr.module, line 702 - Integration with the Apache Solr search application.
Code
function apachesolr_comment_delete($comment) {
apachesolr_mark_entity('node', $comment->nid);
}