Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0c8af272
Commit
0c8af272
authored
Jan 31, 2009
by
Angie Byron
Browse files
#361135
by Dave Reid: Clean up taxonomy variables on uninstall.
parent
b1d7222c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/taxonomy/taxonomy.install
View file @
0c8af272
...
...
@@ -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'
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment