#361135 by Dave Reid: Clean up taxonomy variables on uninstall.
parent
b1d7222c6b
commit
0c8af272e0
|
@ -15,6 +15,10 @@ function taxonomy_install() {
|
||||||
function taxonomy_uninstall() {
|
function taxonomy_uninstall() {
|
||||||
// Remove tables.
|
// Remove tables.
|
||||||
drupal_uninstall_schema('taxonomy');
|
drupal_uninstall_schema('taxonomy');
|
||||||
|
|
||||||
|
// Remove variables.
|
||||||
|
variable_del('taxonomy_override_selector');
|
||||||
|
variable_del('taxonomy_terms_per_page_admin');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue