og_actions.install in Organic groups 6
Same filename and directory in other branches
File
modules/og_actions/og_actions.installView 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
Name | Description |
---|---|
og_actions_disable |