You are here

function casetracker_actions_install in Case Tracker 7

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

Installs Casetracker actions

File

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

Code

function casetracker_actions_install() {
  actions_synchronize(TRUE);
}