Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
30f8943a
Commit
30f8943a
authored
Dec 30, 2010
by
Dave Reid
Browse files
#1008560
: Removed unnecessary variable delete SQL.
parent
db25416b
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlsitemap_user/xmlsitemap_user.install
View file @
30f8943a
...
...
@@ -33,7 +33,6 @@ function xmlsitemap_user_requirements($phase) {
function
xmlsitemap_user_uninstall
()
{
drupal_load
(
'module'
,
'user'
);
drupal_load
(
'module'
,
'xmlsitemap'
);
db_query
(
"DELETE FROM
{
variable
}
WHERE name LIKE 'xmlsitemap_settings_user_%%"
);
xmlsitemap_link_bundle_delete
(
'user'
,
'user'
);
}
...
...
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