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
93fb265d
Commit
93fb265d
authored
Aug 26, 2003
by
Dries
Browse files
- Removed a debug statement.
parent
8a6ba5f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
93fb265d
...
...
@@ -654,7 +654,7 @@ function node_admin_nodes() {
$operation
=
$operations
[
$_POST
[
"edit"
][
"operation"
]][
1
];
foreach
(
$_POST
[
"edit"
][
"status"
]
as
$nid
=>
$value
)
{
if
(
$value
)
{
db_query
d
(
$operation
,
$nid
);
db_query
(
$operation
,
$nid
);
}
}
...
...
modules/node/node.module
View file @
93fb265d
...
...
@@ -654,7 +654,7 @@ function node_admin_nodes() {
$operation
=
$operations
[
$_POST
[
"edit"
][
"operation"
]][
1
];
foreach
(
$_POST
[
"edit"
][
"status"
]
as
$nid
=>
$value
)
{
if
(
$value
)
{
db_query
d
(
$operation
,
$nid
);
db_query
(
$operation
,
$nid
);
}
}
...
...
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