You are here

function auto_index_node_update in Auto Index 7

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

Implementation of hook_node_update

File

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

Code

function auto_index_node_update($node) {
  _auto_index_index_node($node);
}