You are here

function hostingService_http_ssl::delete in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::delete()
  2. 7.3 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::delete()

Overrides hostingService::delete

File

web_server/ssl/hosting_ssl.service.inc, line 16

Class

hostingService_http_ssl

Code

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