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