function cookiepro_update_7200 in CookiePro by OneTrust 7
Implements hook_update_N().
Adding new configuration variables and updating current configuration in it to avoid conflict with any other module.
File
- ./
cookiepro.install, line 21 - Uninstall functions for hfs module.
Code
function cookiepro_update_7200() {
$header = variable_get('cookiepro_header_scripts');
variable_set('cookiepro_header_settings', $header);
variable_del("cookiepro_header_scripts");
}