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