From fc47517da85b0bb3b7368308f688ca69b8de1228 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Sep 2005 13:13:12 +0000 Subject: [PATCH] - Patch #31770 by chx: node_list() -> node_get_types(). --- database/updates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/updates.inc b/database/updates.inc index 944cabe2595..1cde1f4bd99 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -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';