function auto_index_comment_unpublish in Auto Index 7
Same name and namespace in other branches
- 8 auto_index.module \auto_index_comment_unpublish()
Implementation of hook_comment_unpublish
File
- ./
auto_index.module, line 69 - Auto-index: Automatically indexes node content on update.
Code
function auto_index_comment_unpublish($comment) {
_auto_index_index_node($comment);
}