You are here

function hosting_nodeapi_platform_delete_revision in Hostmaster (Aegir) 6

Implementation of hook_nodeapi_TYPE_OP().

File

modules/hosting/platform/hosting_platform.module, line 295
Platform node type definition.

Code

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