You are here

function smtp_update_7104 in SMTP Authentication Support 7.2

Same name and namespace in other branches
  1. 7 smtp.install \smtp_update_7104()

Delete the variable "smtp_test_address". It is unlikely that this would actually be set in the normal course of events, and it's no longer needed as it was replaced with a form submit handler.

File

./smtp.install, line 207
The installation instructions for the SMTP Authentication Support.

Code

function smtp_update_7104() {
  variable_del('smtp_test_address');
}