Index: contributions/modules/category/wrappers/taxonomy.module.copyme =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/category/wrappers/taxonomy.module.copyme,v retrieving revision 1.15.2.9 diff -u -p -r1.15.2.9 taxonomy.module.copyme --- contributions/modules/category/wrappers/taxonomy.module.copyme 18 Sep 2006 02:16:36 -0000 1.15.2.9 +++ contributions/modules/category/wrappers/taxonomy.module.copyme 17 Oct 2006 23:09:45 -0000 @@ -831,7 +831,7 @@ function taxonomy_nodeapi(&$node, $op, $ taxonomy_save_vocabulary($edit = _taxonomy_prepare_edit_vocabulary($node), TRUE, $node->nid); } } - taxonomy_node_save($node->nid, $node->category, $node); + taxonomy_node_save($node->nid, $node->taxonomy, $node); break; case 'update': if (category_is_cat_or_cont($node->nid)) { @@ -844,7 +844,7 @@ function taxonomy_nodeapi(&$node, $op, $ taxonomy_save_vocabulary($edit = _taxonomy_prepare_edit_vocabulary($node, TRUE), TRUE); } } - taxonomy_node_save($node->nid, $node->category, $node); + taxonomy_node_save($node->nid, $node->taxonomy, $node); break; case 'delete': if (category_is_cat_or_cont($node->nid)) {