function hosting_ip_delete_revision in Hosting 6.2
IP Utility function for hook_delete_revision.
See also
1 call to hosting_ip_delete_revision()
- hosting_nodeapi_server_delete_revision in server/
hosting_server.module - Implementation of hook_delete_revision().
File
- server/
hosting.ip.inc, line 101 - General IP address CRUD routines.
Code
function hosting_ip_delete_revision($node) {
return hosting_ip_delete($node);
}