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