function mimedetect_uninstall in MimeDetect 5
Same name and namespace in other branches
- 6 mimedetect.install \mimedetect_uninstall()
- 7 mimedetect.install \mimedetect_uninstall()
File
- ./
mimedetect.install, line 9
Code
function mimedetect_uninstall() {
variable_del('mimedetect_enable_file_binary');
variable_del('mimedetect_file_binary');
}