You are here

function htmlmail_update_7200 in HTML Mail 8.2

Same name and namespace in other branches
  1. 7.2 htmlmail.install \htmlmail_update_7200()

Implements hook_update_N().

Removes variables that are no longer used.

File

./htmlmail.install, line 13
Installation for HTML Mail module.

Code

function htmlmail_update_7200() {
  variable_del('htmlmail_header');
  variable_del('htmlmail_footer');
  variable_del('htmlmail_css');
}