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
drupal
Commits
f8b6671c
Commit
f8b6671c
authored
Feb 15, 2010
by
webchick
Browse files
#482346
by catch: Remove dead code.
parent
8cc7988e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.admin.inc
View file @
f8b6671c
...
@@ -614,11 +614,3 @@ function node_multiple_delete_confirm_submit($form, &$form_state) {
...
@@ -614,11 +614,3 @@ function node_multiple_delete_confirm_submit($form, &$form_state) {
}
}
$form_state
[
'redirect'
]
=
'admin/content'
;
$form_state
[
'redirect'
]
=
'admin/content'
;
}
}
/**
* Implements hook_modules_installed().
*/
function
node_modules_installed
(
$modules
)
{
// Clear node type cache for node permissions.
drupal_static_reset
(
'_node_types_build'
);
}
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