You are here

function akamai_update_7002 in Akamai 7.2

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

Remove the email variable not supported in latest API.

File

./akamai.install, line 29

Code

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