function search_file_attachments_update_7101 in Search File Attachments 7
Remove the old variable 'search_file_attachments_exclude_formats'.
File
- ./
search_file_attachments.install, line 139 - Module install
Code
function search_file_attachments_update_7101() {
variable_del('search_file_attachments_exclude_formats');
}