Projet

Général

Profil

Révision 503b3f7b

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/jquery_update/jquery_update.install
6 6
 */
7 7

  
8 8
/**
9
 * Implementation of hook_requirements().
9
 * Implements hook_requirements().
10 10
 */
11 11
function jquery_update_requirements($phase) {
12 12
  $requirements = array();
......
26 26
}
27 27

  
28 28
/**
29
 * Implementation of hook_uninstall().
29
 * Implements hook_uninstall().
30 30
 */
31 31
function jquery_update_uninstall() {
32 32
  variable_del('jquery_update_compression_type');
33 33
  variable_del('jquery_update_jquery_version');
34
  variable_del('jquery_update_jquery_admin_version');
35
  variable_del('jquery_update_jquery_cdn');
34 36
}
35 37

  
36 38
/**

Formats disponibles : Unified diff