You are here

function workflow_update_7200 in Workflow 7.2

Enable the List module, newly added as a dependency.

File

./workflow.install, line 821
Install, update and uninstall functions for the workflow module.

Code

function workflow_update_7200() {
  module_enable(array(
    'list',
  ));
}