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
fc47517d
Commit
fc47517d
authored
Sep 23, 2005
by
Dries
Browse files
- Patch
#31770
by chx: node_list() -> node_get_types().
parent
2de32765
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
fc47517d
...
...
@@ -328,7 +328,7 @@ function update_118() {
function
update_119
()
{
$ret
=
array
();
foreach
(
node_
list
()
as
$type
)
{
foreach
(
node_
get_types
()
as
$type
=>
$name
)
{
$node_options
=
array
();
if
(
variable_get
(
'node_status_'
.
$type
,
1
))
{
$node_options
[]
=
'status'
;
...
...
Write
Preview
Supports
Markdown
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