function url_alter_uninstall in URL alter 6
Implementation of hook_uninstall().
File
- ./
url_alter.install, line 20 - Install and uninstall schema and functions for the url_alter module.
Code
function url_alter_uninstall() {
// Remove variables.
variable_del('url_alter_inbound');
variable_del('url_alter_outbound');
}