Index: database/updates.inc =================================================================== RCS file: /cvs/drupal/drupal/database/updates.inc,v retrieving revision 1.135 diff -u -F^f -r1.135 updates.inc --- database/updates.inc 18 Sep 2005 17:08:44 -0000 1.135 +++ database/updates.inc 20 Sep 2005 20:53:05 -0000 @@ -330,7 +330,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';