Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ldap / ldap_help / ldap_help.install @ 91af538d

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
  variable_del('ldap_help_watchdog_detail');
13
  variable_del('ldap_help_user_data_clear');
14
  variable_del('ldap_help_user_data_clear_set_date');
15
}