#361135 by Dave Reid: Clean up taxonomy variables on uninstall.

merge-requests/26/head
Angie Byron 2009-01-31 16:22:50 +00:00
parent b1d7222c6b
commit 0c8af272e0
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ function taxonomy_install() {
function taxonomy_uninstall() {
// Remove tables.
drupal_uninstall_schema('taxonomy');
// Remove variables.
variable_del('taxonomy_override_selector');
variable_del('taxonomy_terms_per_page_admin');
}
/**