You are here

function workflow_access_priority_submit in Workflow 7

Submit handler.

1 string reference to 'workflow_access_priority_submit'
workflow_access_form_alter in workflow_access/workflow_access.module
Implements hook_form_alter().

File

workflow_access/workflow_access.module, line 316
Provides node access permissions based on workflow states.

Code

function workflow_access_priority_submit($form, &$form_state) {
  variable_set('workflow_access_priority', $form_state['values']['workflow_access']['workflow_access_priority']);
}