You are here

function hosting_server_install in Hosting 6.2

File

server/hosting_server.install, line 103

Code

function hosting_server_install() {

  // Create tables.
  drupal_install_schema('hosting_server');
}