Project

General

Profile

Paste
Download (263 Bytes) Statistics
| Branch: | Revision:

root / drupal7 / sites / all / modules / media / modules / media_bulk_upload / media_bulk_upload.install @ 1f623f01

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
}