You are here

function clamav_update_7001 in ClamAV 7

Remove deprecated variables.

File

./clamav.install, line 68
Hook_requirements for the ClamAV module.

Code

function clamav_update_7001() {
  variable_del('clamav_enable_element_file_widget');
  variable_del('clamav_enable_element_image_widget');
}