You are here

og_actions.install in Organic groups 6

Same filename and directory in other branches
  1. 6.2 modules/og_actions/og_actions.install

File

modules/og_actions/og_actions.install
View source
<?php

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);
}

Functions

Namesort descending Description
og_actions_disable