Projet

Général

Profil

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

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

1
<?php
2

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

    
8

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