You are here

function select_registration_roles_install in Select registration roles 8

Implements hook_install().

File

./select_registration_roles.install, line 10
The installation instructions for Select Registration Roles.

Code

function select_registration_roles_install() {
  module_set_weight('select_registration_roles', -5);
}