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