You are here

function workflow_access_disable in Workflow 7.2

Same name and namespace in other branches
  1. 5.2 workflow_access.module \workflow_access_disable()
  2. 5 workflow_access.module \workflow_access_disable()

Force rebuild of node access.

File

workflow_access/workflow_access.install, line 57
Workflow access installation.

Code

function workflow_access_disable() {
  node_access_needs_rebuild(TRUE);
}