You are here

function hosting_site_delete_action in Hosting 7.3

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

Callback for site delete action.

@see: hosting_task_action_info().

File

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

Code

function hosting_site_delete_action($node) {
  hosting_add_task($node->nid, 'delete');
}