You are here

function hostingService_http_pack::delete in Hostmaster (Aegir) 6

Overrides hostingService::delete

File

modules/hosting/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);
}