You are here

function mimedetect_install in MimeDetect 7

Same name and namespace in other branches
  1. 5 mimedetect.install \mimedetect_install()
  2. 6 mimedetect.install \mimedetect_install()

Implements hook_install().

File

./mimedetect.install, line 11
Install, update, and uninstall functions for the MimeDetect module.

Code

function mimedetect_install() {

  // Enable PHP fileinfo engine by default.
  variable_set('mimedetect_enable_file_info', TRUE);
}