domain_user_enable

Definition

domain_user_enable()
domain_user/domain_user.module, line 159

Description

Implements hook_enable()

When the module is enabled, create the rules for existing domains.

Code

function domain_user_enable() {
  domain_user_rules();
}