*** empty log message ***
authortob <tob>
Wed, 6 Feb 2002 01:51:45 +0000 (01:51 +0000)
committertob <tob>
Wed, 6 Feb 2002 01:51:45 +0000 (01:51 +0000)
source/mircoders/servlet/ServletModuleContent.java

index 83f1e96..27a5806 100755 (executable)
@@ -445,7 +445,7 @@ public class ServletModuleContent extends ServletModule
         SimpleHash modelRoot = HTMLTemplateProcessor.makeSimpleHashWithEntitylistInfos(theList);
         modelRoot.put("articletypeHash", DatabaseArticleType.getInstance().getHashData());
 
-/*    EntityContent       currentContent;
+    EntityContent       currentContent;
     EntityList          upMediaEntityList;
     EntityList          imageEntityList;
     EntityList          currentMediaList;
@@ -488,6 +488,7 @@ public class ServletModuleContent extends ServletModule
                  * can we make getIdasInt() or can we just have
                  * another getId() that returns an Int and the VM
                  * will handle it transparantly? -mh
+                */
                 try {
                   mediaHandlerName = mediaType.getValue("classname");
                   mediaHandlerClass = Class.forName("mir.media.MediaHandler"+mediaHandlerName);
@@ -530,7 +531,6 @@ public class ServletModuleContent extends ServletModule
           contentHash.put("icon_alt", iconAlt);
         } catch (Exception e){}
       }
-*/
 
 
         deliver(req, res, modelRoot, templateListString);