Projet

Général

Profil

Révision b720ea3e

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_repeat/date_repeat.install
12 12
  // Make sure this module loads after date_api.
13 13
  db_query("UPDATE {system} SET weight = 1 WHERE name = 'date_repeat'");
14 14
}
15

  
16
/**
17
 * Implements hook_uninstall().
18
 */
19
function date_repeat_uninstall() {
20
}
21

  
22
/**
23
 * Implements hook_enable().
24
 */
25
function date_repeat_enable() {
26
}
27

  
28
/**
29
 * Implements hook_disable().
30
 */
31
function date_repeat_disable() {
32
}

Formats disponibles : Unified diff