filemime.install in File MIME 7
Same filename and directory in other branches
Install, update and uninstall functions for File MIME module.
File
filemime.installView source
<?php
/**
* @file
* Install, update and uninstall functions for File MIME module.
*/
/**
* Implements hook_uninstall().
*/
function filemime_uninstall() {
variable_del('filemime_file');
variable_del('filemime_types');
}
Functions
Name | Description |
---|---|
filemime_uninstall | Implements hook_uninstall(). |