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