no message
authorfh <fh>
Wed, 5 Sep 2001 12:56:06 +0000 (12:56 +0000)
committerfh <fh>
Wed, 5 Sep 2001 12:56:06 +0000 (12:56 +0000)
source/mircoders/servlet/ServletModuleLinksImcs.java

index 27b5524..66cb596 100755 (executable)
@@ -56,7 +56,7 @@ public class ServletModuleLinksImcs extends ServletModule
 
       theList = mainModule.getByWhereClause("", offset);
       modelRoot.put("new", "1");
-      modelRoot.put("contentlist",HTMLTemplateProcessor.makeSimpleHash(theList));
+      modelRoot.put("contentlist",HTMLTemplateProcessor.makeSimpleList(theList));
       //modelRoot.put("contentlist", DatabaseLinksImcs.getInstance().getHashData());
       PrintWriter out = res.getWriter();