You are here

function hosting_install in Hosting 7.4

Same name and namespace in other branches
  1. 5 hosting.install \hosting_install()
  2. 6.2 hosting.install \hosting_install()
  3. 7.3 hosting.install \hosting_install()

Implements hook_install().

File

./hosting.install, line 59
Define database schemas and update functions for the hosting module.

Code

function hosting_install() {
  hosting_create_roles();
  variable_set('error_level', ERROR_REPORTING_HIDE);
}