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