You are here

function workflow_update_7005 in Workflow 7.2

Enable Workflow Node module. See https:\/\/drupal.org\/node\/2122541 .

File

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

Code

function workflow_update_7005() {
  module_enable(array(
    'workflownode',
  ));
}