function shorten_update_7002 in Shorten URLs 7
Same name and namespace in other branches
- 8 shorten.install \shorten_update_7002()
- 7.2 shorten.install \shorten_update_7002()
Implements hook_update_N(). Removes variables for deprecated services.
File
- ./
shorten.install, line 30 - (Un)installs the Shorten module.
Code
function shorten_update_7002() {
variable_del('shorten_cligs');
variable_del('shorten_redirec');
}