You are here

function og_actions_disable in Organic groups 6

Same name and namespace in other branches
  1. 6.2 modules/og_actions/og_actions.install \og_actions_disable()

File

modules/og_actions/og_actions.install, line 3

Code

function og_actions_disable() {

  // Make sure our actions get wiped form the DB.
  // TOOD: does not work because this module is still enabled in module_implements()?
  actions_synchronize(array(), TRUE);
}