You are here

function mandrill_update_7003 in Mandrill 7.2

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

Delete obsolete batch limit variable.

File

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

Code

function mandrill_update_7003() {
  variable_del('mandrill_batch_limit');
}