function variable_realm_union_boot in Variable 7
Implements hook_boot().
Load module at bootstrap level. Required because other modules which may have to act early might want to use functionatliy provided by this module.
File
- variable_realm_union/
variable_realm_union.module, line 33 - Drupal Module - Variable Realm Union.
Code
function variable_realm_union_boot() {
}