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

index 156502b..053f26c 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;
@@ -462,7 +462,7 @@ public class ServletModuleContent extends ServletModule
     String              tinyIcon;
     String              iconAlt;
 
-/*    opList = HTMLTemplateProcessor.makeSimpleList(theList);
+    opList = HTMLTemplateProcessor.makeSimpleList(theList);
 
       for (int i=0; i < theList.size();i++) {
         currentContent = (EntityContent)theList.elementAt(i);