You are here

function workflow_admin_ui_update_7001 in Workflow 7

Same name and namespace in other branches
  1. 7.2 workflow_admin_ui/workflow_admin_ui.install \workflow_admin_ui_update_7001()

Give all user roles the ability to participate in workflows.

File

workflow_admin_ui/workflow_admin_ui.install, line 38
Install, update and uninstall functions for the workflow_admin_ui module.

Code

function workflow_admin_ui_update_7001(&$sandbox) {
  return _workflow_admin_ui_participate();
}