Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
page_title
Commits
dcea5969
Commit
dcea5969
authored
Aug 03, 2007
by
JohnAlbin
Browse files
Added persistent variables to hook_uninstall().
parent
eca35797
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_title.install
View file @
dcea5969
...
...
@@ -37,6 +37,8 @@ function page_title_install() {
*/
function
page_title_uninstall
()
{
db_query
(
'DROP TABLE {page_title}'
);
variable_del
(
'page_title_individual'
);
variable_del
(
'page_title_front'
);
}
/**
...
...
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