filemime.install in File MIME 6
Same filename and directory in other branches
File
filemime.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function filemime_uninstall() {
variable_del('filemime_file');
variable_del('filemime_types');
variable_del('mime_extension_mapping');
}
Functions
Name | Description |
---|---|
filemime_uninstall | Implementation of hook_uninstall(). |