function hosting_nodeapi_client_delete_revision in Hosting 6.2
Same name and namespace in other branches
- 5 client/hosting_client.module \hosting_nodeapi_client_delete_revision()
- 7.4 client/hosting_client.module \hosting_nodeapi_client_delete_revision()
- 7.3 client/hosting_client.module \hosting_nodeapi_client_delete_revision()
Implementation of hook_nodeapi_TYPE_OP().
See also
File
- client/
hosting_client.module, line 429
Code
function hosting_nodeapi_client_delete_revision(&$node) {
db_query('DELETE FROM {hosting_client} WHERE vid = %d', $node->vid);
}