function globalredirect_uninstall in Global Redirect 7
Same name and namespace in other branches
- 5 globalredirect.install \globalredirect_uninstall()
- 6 globalredirect.install \globalredirect_uninstall()
Implements hook_uninstall().
File
- ./
globalredirect.install, line 11 - Install, update and uninstall functions for the globalredirect module.
Code
function globalredirect_uninstall() {
variable_del('globalredirect_settings');
}