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