You are here

function og_example_default_rules_configuration_alter in Organic groups 7.2

Implements hook_default_rules_configuration_alter().

Remove OG's default notification Rules, as this modules has a superior version of it, that uses Message notify.

File

og_example/og_example.module, line 20

Code

function og_example_default_rules_configuration_alter(&$configs) {
  unset($configs['rules_og_new_content']);
}