function hostingService_http_pack::delete in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_pack/hosting_web_pack.service.inc \hostingService_http_pack::delete()
- 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
Code
function delete() {
parent::delete();
db_query('DELETE FROM {hosting_web_pack} WHERE nid = %d', $this->server->nid);
}