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