You are here

function hostingService_http_pack::delete in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_pack/hosting_web_pack.service.inc \hostingService_http_pack::delete()
  2. 7.3 web_pack/hosting_web_pack.service.inc \hostingService_http_pack::delete()

Overrides hostingService::delete

File

web_pack/hosting_web_pack.service.inc, line 87

Class

hostingService_http_pack

Code

function delete() {
  parent::delete();
  db_query('DELETE FROM {hosting_web_pack} WHERE nid = %d', $this->server->nid);
}