You are here

function mandrill_update_7001 in Mandrill 7.2

Same name and namespace in other branches
  1. 7 mandrill.install \mandrill_update_7001()

Deletes obsolete variables.

File

./mandrill.install, line 48
Install, update and uninstall functions for the mandrill module.

Code

function mandrill_update_7001() {
  variable_del('mandrill_status');
}