You are here

function include_update_6100 in Include 6

Decrease module weight to finish loading before other modules.

1 call to include_update_6100()
include_install in ./include.install
Implements hook_install().

File

./include.install, line 11
Installs and uninstalls the Include module.

Code

function include_update_6100() {
  return update_sql("UPDATE {system} SET weight = -10 WHERE type = 'module' AND name = 'include'");
}