You are here

function workflow_admin_ui_enable in Workflow 7

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

Implements hook_enable().

File

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

Code

function workflow_admin_ui_enable() {
  drupal_set_message(_workflow_admin_ui_participate());
}