You are here

function hosting_nodeapi_client_delete_revision in Hosting 5

Same name and namespace in other branches
  1. 6.2 client/hosting_client.module \hosting_nodeapi_client_delete_revision()
  2. 7.4 client/hosting_client.module \hosting_nodeapi_client_delete_revision()
  3. 7.3 client/hosting_client.module \hosting_nodeapi_client_delete_revision()

File

client/hosting_client.module, line 306

Code

function hosting_nodeapi_client_delete_revision(&$node) {
  db_query('DELETE FROM {hosting_client} WHERE vid = %d', $node->vid);
}