You are here

function xautoload_boot in X Autoload 7.5

Same name and namespace in other branches
  1. 6 xautoload.module \xautoload_boot()
  2. 7 xautoload.module \xautoload_boot()
  3. 7.2 xautoload.module \xautoload_boot()
  4. 7.3 xautoload.module \xautoload_boot()
  5. 7.4 xautoload.module \xautoload_boot()

Implements hook_boot()

This is only to let Drupal know we want this module to load in bootstrap.

File

./xautoload.module, line 29

Code

function xautoload_boot() {
}