Index: wrappers/taxonomy.module.copyme
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/category/wrappers/taxonomy.module.copyme,v
retrieving revision 1.20
diff -u -r1.20 taxonomy.module.copyme
--- wrappers/taxonomy.module.copyme	6 Jun 2006 12:25:41 -0000	1.20
+++ wrappers/taxonomy.module.copyme	27 Jul 2006 14:25:00 -0000
@@ -21,6 +21,12 @@
 function taxonomy_link($type, $node = NULL) {
   if ($type == 'taxonomy terms') {
     $type = 'categories';
+    if (isset($node->taxonomy) && is_array($node->taxonomy)) {
+      foreach ($node->taxonomy as $term) {
+        $cat = category_get_category($term->tid);
+        $node->category[$cid] = $cat;
+      }
+    }
   }
   elseif ($type == 'node') {
     return array();
