function hosting_nodeapi_db_server_delete_revision in Hosting 5
File
- db_server/
hosting_db_server.module, line 197
Code
function hosting_nodeapi_db_server_delete_revision(&$node) {
db_query('DELETE FROM {hosting_db_server} WHERE vid = %d', $node->vid);
}