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