Projet

Général

Profil

Paste
Télécharger (361 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_help / ldap_help.install @ bc175c27

1
<?php
2

    
3
/**
4
 * @file
5
 * LDAP Help Install File
6
 */
7

    
8
/**
9
 * Implements hook_uninstall().
10
 */
11
function ldap_help_uninstall() {
12
  //$result = db_query('DELETE FROM {variables} WHERE name like "ldap_authentication_%"');
13
  variable_del('ldap_help_watchdog_detail');
14
  variable_del('ldap_help_user_data_clear');
15
  variable_del('ldap_help_user_data_clear_set_date');
16
}