You are here

function xautoload_update_7000 in X Autoload 7.3

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

Implements hook_update_N()

File

./xautoload.install, line 49

Code

function xautoload_update_7000() {

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