--- loncom/interface/lonfeedback.pm	2005/11/10 11:31:04	1.173
+++ loncom/interface/lonfeedback.pm	2005/11/15 20:33:20	1.174
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Feedback
 #
-# $Id: lonfeedback.pm,v 1.173 2005/11/10 11:31:04 www Exp $
+# $Id: lonfeedback.pm,v 1.174 2005/11/15 20:33:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1196,11 +1196,7 @@ sub get_post_contents {
     if ($type eq 'allversions' || $type eq 'export') {
         $start = 0;
         if ($$contrib{$idx.':history'}) {
-            if ($$contrib{$idx.':history'} =~ m/:/) {
-                @postversions = split/:/,$$contrib{$idx.':history'};
-            } else {
-                @postversions = ("$$contrib{$idx.':history'}");
-            }
+	    @postversions = split(/:/,$$contrib{$idx.':history'});
         }
         &get_post_versions($messages,$$contrib{$idx.':message'},1);
         &get_post_versions($subjects,$$contrib{$idx.':subject'},1);