You are here

function smtp_update_7102 in SMTP Authentication Support 7.2

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

Remove the unused 'smtp_library' variable.

File

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

Code

function smtp_update_7102() {
  variable_del('smtp_library');
}