function akamai_update_7001 in Akamai 7.3
Same name and namespace in other branches
- 7.2 akamai.install \akamai_update_7001()
Update hook for upgrading to Drupal 7.x-2.x branch.
Remove unneeded variables.
File
- ./
akamai.install, line 108
Code
function akamai_update_7001() {
variable_del('akamai_wsdl');
variable_del('akamai_restapi_default');
}