function mass_contact_update_6003 in Mass Contact 6
Implementation of hook_update().
Remove a now unused variable.
File
- ./
mass_contact.install, line 135 - This is the un/install file for the Mass Contact module.
Code
function mass_contact_update_6003() {
variable_del('mass_contact_when_to_optout');
return array();
}