You are here

function casetracker_actions_install in Case Tracker 6

Same name and namespace in other branches
  1. 7 casetracker_actions/casetracker_actions.install \casetracker_actions_install()

casetracker_actions.install

Updates actions on installation/purges orphaned actions on disable.

File

casetracker_actions/casetracker_actions.install, line 8

Code

function casetracker_actions_install() {
  actions_synchronize(FALSE, TRUE);
}