Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
page_title.install
page_title.install
+1
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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