Index: taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v retrieving revision 1.193 diff -u -r1.193 taxonomy.module --- taxonomy.module 8 Apr 2005 14:59:14 -0000 1.193 +++ taxonomy.module 11 Apr 2005 21:05:53 -0000 @@ -583,6 +583,7 @@ * Save term associations for a given node. */ function taxonomy_node_save($nid, $terms) { + taxonomy_node_delete($nid); // Free tagging vocabularies do not send their tids in the form, // so we'll detect them here and process them independently.