domain_domaininstall()
Implement hook_domaininstall()
./domain.module, line 2094
<?php function domain_domaininstall() { // Set the proper variables for our bootstrap load, as a precaution. domain_bootstrap_register(); } ?>