You are here

function hosting_update_7001 in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 hosting.install \hosting_update_7001()

Suppress error messages by default.

File

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

Code

function hosting_update_7001() {
  variable_set('error_level', ERROR_REPORTING_HIDE);
}