You are here

function modules_weight_install in Modules weight 7

Implements hook_install().

File

./modules_weight.install, line 11
Install, update and uninstall functions.

Code

function modules_weight_install() {

  // Show or not the core modules.
  variable_set('modules_weight_show_system_modules', FALSE);
}