You are here

function hosting_platform_unlock_action in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 platform/hosting_platform.module \hosting_platform_unlock_action()

Callback for platform unlock action.

@see: hosting_task_action_info().

File

platform/hosting_platform.module, line 225
Platform node type definition.

Code

function hosting_platform_unlock_action($node) {
  hosting_add_task($node->nid, 'unlock');
}