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
16e19a71
Commit
16e19a71
authored
Aug 28, 2006
by
Dries
Browse files
- Patch
#80902
by asimmonds: fixed delting of multiple nodes.
parent
3c30ae67
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
16e19a71
...
...
@@ -1428,7 +1428,7 @@ function node_admin_content() {
$output
=
drupal_get_form
(
'node_filter_form'
);
if
(
$_POST
[
'edit'
][
'operation'
]
==
'delete'
&&
$_POST
[
'edit'
][
'nodes'
])
{
return
node_multiple_delete_confirm
(
);
return
drupal_get_form
(
'
node_multiple_delete_confirm
'
);
}
// Call the form first, to allow for the form_values array to be populated.
$output
.
=
drupal_get_form
(
'node_admin_nodes'
);
...
...
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