function mimedetect_install in MimeDetect 7
Same name and namespace in other branches
- 5 mimedetect.install \mimedetect_install()
- 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);
}