function hosting_node_update_index in Hosting 7.3
Same name and namespace in other branches
- 7.4 hosting.module \hosting_node_update_index()
Implements hook_node_update_index().
See also
File
- ./
hosting.module, line 350 - Hosting module.
Code
function hosting_node_update_index($node) {
// Redispatch through our custom nodeapi implementation.
hosting_nodeapi($node, 'update index');
}