You are here

function total_control_workflow_perm in Total Control Admin Dashboard 6

File

./total_control_workflow.module, line 9

Code

function total_control_workflow_perm() {
  return array(
    'have total workflow control',
  );
}