Index: modules/taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v retrieving revision 1.232 diff -u -F^f -r1.232 taxonomy.module --- modules/taxonomy.module 21 Oct 2005 11:12:46 -0000 1.232 +++ modules/taxonomy.module 29 Oct 2005 04:44:00 -0000 @@ -532,6 +532,7 @@ function taxonomy_node_form($node) { else { $ntterms = array_key_exists('taxonomy', $node) ? $terms : array_keys($terms); $form['taxonomy'][$vocabulary->vid] = taxonomy_form($vocabulary->vid, $ntterms, $help, 'taxonomy'); + $form['taxonomy'][$vocabulary->vid]['#required'] = $vocabulary->required; } } if ($form) {