Projet

Général

Profil

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

root / drupal7 / sites / all / modules / media / modules / media_bulk_upload / media_bulk_upload.install @ e4215af7

1
<?php
2

    
3
/**
4
 * @file
5
 * Install, update and uninstall functions for the Media Bulk Upload module.
6
 */
7

    
8
/**
9
 * Implements hook_uninstall().
10
 */
11
function media_bulk_upload_uninstall() {
12
  // Remove variables.
13
  variable_del('media_bulk_upload_import_batch_size');
14
}