Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
60cb2274
Commit
60cb2274
authored
Apr 02, 2007
by
Dries Buytaert
Browse files
- Patch
#132789
by vdessel: fixed undefined variable.
parent
5229b864
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
60cb2274
...
...
@@ -1646,9 +1646,8 @@ function node_revision_overview($node) {
}
$rows
[]
=
array_merge
(
$row
,
$operations
);
}
$output
.
=
theme
(
'table'
,
$header
,
$rows
);
return
$output
;
return
theme
(
'table'
,
$header
,
$rows
)
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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