You are here

function hosting_site_disable_action in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 site/hosting_site.module \hosting_site_disable_action()

Callback for site disable action.

@see: hosting_task_action_info().

File

site/hosting_site.module, line 448
Contains hook implementations for Hosting site module.

Code

function hosting_site_disable_action($node) {
  hosting_add_task($node->nid, 'disable');
}