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
488ce265
Commit
488ce265
authored
Aug 02, 2007
by
JohnAlbin
Browse files
Added ability to uninstall module.
parent
9ce07b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_title.install
View file @
488ce265
...
...
@@ -41,7 +41,5 @@ function page_title_install() {
* Implementation of hook_uninstall().
*/
function
page_title_uninstall
()
{
$items
=
array
();
$items
[]
=
update_sql
(
'DROP TABLE {page_title}'
);
return
$items
;
db_query
(
'DROP TABLE {page_title}'
);
}
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