function block_update_8006

Enable the Custom Block module.

Related topics

File

drupal/core/modules/block/block.install, line 182
Install, update and uninstall functions for the block module.

Code

function block_update_8006() {
  module_enable(array(
    'custom_block',
  ));
}