You are here

function include_update_7100 in Include 7

Same name and namespace in other branches
  1. 8 include.install \include_update_7100()

Decrease module weight to finish loading before other modules.

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

File

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

Code

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