function smtp_update_7102 in SMTP Authentication Support 7
Same name and namespace in other branches
- 7.2 smtp.install \smtp_update_7102()
Remove the unused 'smtp_library' variable.
File
- ./
smtp.install, line 124 - The installation instructions for the SMTP Authentication Support.
Code
function smtp_update_7102() {
variable_del('smtp_library');
}