You are here

function akamai_update_7002 in Akamai 7.3

Same name and namespace in other branches
  1. 7.2 akamai.install \akamai_update_7002()

Remove the email variable not supported in latest API.

File

./akamai.install, line 116

Code

function akamai_update_7002() {
  variable_del('akamai_email');
}