? contento_type_list.patch Index: contento.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/contento/contento.module,v retrieving revision 1.1 diff -u -F^f -r1.1 contento.module --- contento.module 7 Jun 2006 16:19:21 -0000 1.1 +++ contento.module 19 Nov 2006 12:53:19 -0000 @@ -83,6 +83,7 @@ function contento_type_list() { $result = db_query('SELECT * FROM {content_type} nt ORDER BY nt.name ASC'); while ($type= db_fetch_array($result)) { $content_type[$type['name']] = $type; + $content_type[$type['name']]['name'] = $type['label']; } } @@ -308,5 +309,3 @@ function contento_type_form($type = NULL return $form; } - -?> \ No newline at end of file