You are here

function rules_enable in Rules 7.2

Implements hook_enable().

File

./rules.install, line 11
Rules - Installation file.

Code

function rules_enable() {

  // Enable evaluation of Rules right after enabling the module.
  rules_event_invocation_enabled(TRUE);
}