You are here

function xautoload_install in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 xautoload.install \xautoload_install()
  2. 7.4 xautoload.install \xautoload_install()

Implements hook_install()

File

./xautoload.install, line 6

Code

function xautoload_install() {

  // Set module weight for xautoload to run before other modules.
  db_query("UPDATE {system} SET weight = -90 WHERE name = 'xautoload' AND type = 'module'");
}