domain_user_enable()domain_user/domain_user.module, line 159
Implements hook_enable()
When the module is enabled, create the rules for existing domains.
function domain_user_enable() { domain_user_rules(); }