You are here

function domain_domaininstall in Domain Access 6.2

Same name and namespace in other branches
  1. 5 domain.module \domain_domaininstall()
  2. 7.2 domain.module \domain_domaininstall()

Implement hook_domaininstall()

File

./domain.module, line 2444
Core module functions for the Domain Access suite.

Code

function domain_domaininstall() {

  // Set the proper variables for our bootstrap load, as a precaution.
  domain_bootstrap_register();
}