Index: sites/all/modules/category/wrappers/taxonomy.module.copyme =================================================================== RCS file: /cvs/drupal/contributions/modules/category/wrappers/taxonomy.module.copyme,v retrieving revision 1.26.2.2.2.1 diff -u -r1.26.2.2.2.1 taxonomy.module.copyme --- sites/all/modules/category/wrappers/taxonomy.module.copyme 7 Mar 2007 14:38:56 -0000 1.26.2.2.2.1 +++ sites/all/modules/category/wrappers/taxonomy.module.copyme 2 Jan 2008 15:57:29 -0000 @@ -862,7 +862,7 @@ } if (empty($node->taxonomy)) { if (!empty($node->category)) { - $node->taxonomy = $node->category; + $node->taxonomy = _taxonomy_categories_into_terms($node->category); } else { $node->taxonomy = taxonomy_node_get_terms($node->nid); @@ -883,7 +883,7 @@ } if (empty($node->taxonomy)) { if (!empty($node->category)) { - $node->taxonomy = $node->category; + $node->taxonomy = _taxonomy_categories_into_terms($node->category); } else { $node->taxonomy = taxonomy_node_get_terms($node->nid);