You are here

filemime.install in File MIME 6

Same filename and directory in other branches
  1. 7 filemime.install

File

filemime.install
View source
<?php

/**
 * Implementation of hook_uninstall().
 */
function filemime_uninstall() {
  variable_del('filemime_file');
  variable_del('filemime_types');
  variable_del('mime_extension_mapping');
}

Functions

Namesort descending Description
filemime_uninstall Implementation of hook_uninstall().