You are here

function mass_contact_update_7100 in Mass Contact 7

Remove variables that were converted into permissions.

Read CHANGELOG.txt before continuing.

File

./mass_contact.install, line 333
Install, update and uninstall functions for the Mass Contact module.

Code

function mass_contact_update_7100(&$sandbox) {
  variable_del('mass_contact_bcc_d_override');
  variable_del('mass_contact_default_sender_changable');
  variable_del('mass_contact_html_format_override');
  variable_del('mass_contact_nodecc_d_override');
}