diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy/taxonomy.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index 618f1c1bd..caa0e2c15 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -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'); } /** |