mutlifile-upload in openmir
[mir.git] / source / mircoders / producer / ProducerContent.java
index 2d58b07..bf4df63 100755 (executable)
@@ -142,13 +142,7 @@ public class ProducerContent extends Producer {
           SimpleList mediaList = HTMLTemplateProcessor.makeSimpleList(currentMedia);
           mergeData.put("to_media", mediaList);
         }
-        /**
-        currentMediaId = currentContent.getValue("to_media");
-        if (currentMediaId!=null && !currentMediaId.equals("")) {
-          imageHash.put(currentMediaId, HTMLTemplateProcessor.makeSimpleHash(imageModule.getById(currentMediaId)));
-        }
-        mergeData.put("images", imageHash);
-        */
+
         // get the comments for the article
         mergeData.put("comments", currentContent.getComments());