Index: simplefeed_item.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simplefeed/simplefeed_item.module,v
retrieving revision 1.30
diff -u -p -r1.30 simplefeed_item.module
--- simplefeed_item.module	26 May 2007 21:19:22 -0000	1.30
+++ simplefeed_item.module	30 May 2007 23:41:49 -0000
@@ -380,13 +380,13 @@ function simplefeed_item_feed_parse($pro
         // add any categories set by this feed to the Drupal specific ones
         if (variable_get('simplefeed_categories', 0)) {           
           if ($item->get_categories()) {
-            $process_feed->tags .= ', '. implode($item->get_categories(), ', ');
+	                $tags =  $process_feed->tags .','. implode($item->get_categories(), ', ');
           }
         }   
 
         // add any tags (either inheriting from parent feed or from parsing the feed item) to the feed item node
         if ($process_feed->vocab) {
-          $item->taxonomy['tags'][$process_feed->vocab] = decode_entities($process_feed->tags); 
+          $item->taxonomy['tags'][$process_feed->vocab] = decode_entities($tags); 
         }
 
         // add in default feed expiration date inherited from parent feed
