You are here

function workflow_update_last_removed in Workflow 7

Same name and namespace in other branches
  1. 7.2 workflow.install \workflow_update_last_removed()

Require highest 6.x release.

File

./workflow.install, line 360
Install, update and uninstall functions for the workflow module.

Code

function workflow_update_last_removed() {
  return 6101;
}