function domain_prefix_enable in Domain Access 6.2
Implement hook_enable().
Register the domain_prefix with the domain module so it's loaded during domain bootstrap and can implement domain_bootstrap hooks.
File
- domain_prefix/
domain_prefix.module, line 134 - Interface for selective table prefixing for use with Domain Access.
Code
function domain_prefix_enable() {
domain_bootstrap_register();
}