You are here

function panopoly_update_7101 in Panopoly 7

Enable the Distribution Update Status Manager (distro_update) module.

File

./panopoly.install, line 18
Install, update and uninstall hooks.

Code

function panopoly_update_7101() {
  module_enable(array(
    'distro_update',
  ));
}