You are here

function casetracker_actions_disable in Case Tracker 7

Same name and namespace in other branches
  1. 6 casetracker_actions/casetracker_actions.install \casetracker_actions_disable()

Disables Casetracker actions

File

casetracker_actions/casetracker_actions.install, line 19
Install, update and uninstall functions for the casetracker_actions module. Updates actions on installation/purges orphaned actions on disable.

Code

function casetracker_actions_disable() {
  actions_synchronize(TRUE);
}