function smtp_update_7103 in SMTP Authentication Support 7
Same name and namespace in other branches
- 7.2 smtp.install \smtp_update_7103()
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 133 - The installation instructions for the SMTP Authentication Support.
Code
function smtp_update_7103() {
variable_del('smtp_test_address');
}