function hosting_client_update_7002 in Hosting 7.4
Same name and namespace in other branches
- 7.3 client/hosting_client.install \hosting_client_update_7002()
Enable the setting to require users to have a client before creating a site. The new default is "disabled" but the existing behavior should be preserved.
File
- client/
hosting_client.install, line 380 - Define database schema, install and update functions for the hosting_client module.
Code
function hosting_client_update_7002() {
variable_set('hosting_client_require_client_to_create_site', 1);
}