Projet

Général

Profil

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

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

1
<?php
2

    
3
/**
4
 * @file
5
 * Install, update and uninstall functions for the LDAP Authorization OG module.
6
 */
7

    
8
/**
9
 * Implements hook_uninstall().
10
 */
11
function ldap_authorization_og_uninstall() {
12
  module_load_include('inc', 'ldap_servers', 'ldap_servers.user_data_remove');
13
  batch_set(ldap_severs_user_data_setup_batch('og_group'));
14
  $batch =& batch_get();
15
}