Index: taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v retrieving revision 1.184 diff -u -r1.184 taxonomy.module --- taxonomy.module 13 Mar 2005 21:20:51 -0000 1.184 +++ taxonomy.module 14 Mar 2005 02:46:27 -0000 @@ -504,7 +504,7 @@ } } } - if ($term) { + else if ($term) { db_query('INSERT INTO {term_node} (nid, tid) VALUES (%d, %d)', $nid, $term); } }