function hosting_install in Hosting 7.3
Same name and namespace in other branches
- 5 hosting.install \hosting_install()
- 6.2 hosting.install \hosting_install()
- 7.4 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);
}