function hosting_platform_delete_action in Hosting 7.4
Same name and namespace in other branches
- 7.3 platform/hosting_platform.module \hosting_platform_delete_action()
Callback for platform delete action.
@see: hosting_task_action_info().
File
- platform/
hosting_platform.module, line 237 - Platform node type definition.
Code
function hosting_platform_delete_action($node) {
hosting_add_task($node->nid, 'delete');
}