You are here

function auto_index_comment_delete in Auto Index 7

Same name and namespace in other branches
  1. 8 auto_index.module \auto_index_comment_delete()

Implementation of hook_comment_delete

File

./auto_index.module, line 55
Auto-index: Automatically indexes node content on update.

Code

function auto_index_comment_delete($comment) {
  _auto_index_index_node($comment);
}