You are here

function modules_weight_uninstall in Modules weight 7

Implements hook_uninstall().

File

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

Code

function modules_weight_uninstall() {
  variable_del('modules_weight_show_system_modules');
}