- Patch #31770 by chx: node_list() -> node_get_types().

4.7.x
Dries Buytaert 2005-09-23 13:13:12 +00:00
parent 2de3276599
commit fc47517da8
1 changed files with 1 additions and 1 deletions

View File

@ -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';