Projet

Général

Profil

Révision 76e2e7c3

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/rules.module
4 4
 * @file Rules engine module
5 5
 */
6 6

  
7
// Include our hook implementations early, as they can be called even before
8
// hook_init().
9
require_once dirname(__FILE__) . '/modules/events.inc';
10

  
7 11
/**
8 12
 * Implements hook_init().
9 13
 */
10 14
function rules_init() {
11
  module_load_include('inc', 'rules', 'modules/events');
12 15
  rules_invoke_event('init');
13 16
}
14 17

  

Formats disponibles : Unified diff