small updates for indy.nl
authorzapata <zapata>
Mon, 8 Jul 2002 00:18:25 +0000 (00:18 +0000)
committerzapata <zapata>
Mon, 8 Jul 2002 00:18:25 +0000 (00:18 +0000)
source/mirlocal/indymedia.nl/IndyNLProducerLocalizer.java

index 104c316..aad97c4 100755 (executable)
@@ -162,7 +162,7 @@ public class IndyNLProducerLocalizer extends MirBasicProducerLocalizer {
                         new EntityListProducerNode("startspecials", model, "content",
                                 "is_published='1' and to_article_type = ${articletype.startspecial}", "date desc, webdb_create desc", 10, 0,
                           new EntityListProducerNode("features", model, "content",
-                                  "is_published='1' and to_article_type in ( ${articletype.feature}, ${articletype.promotednewswire})", "date desc, webdb_create desc", 15, 0,
+                                  "is_published='1' and to_article_type in ( ${articletype.feature}, ${articletype.promotednewswire})", "date desc, webdb_create desc", 20, 0,
                             new EntityListProducerNode("breaking", model, "breakingNews",
                                       "", "webdb_create desc", 5, 0,
                               new CompositeProducerNode( new ProducerNode[] {
@@ -366,7 +366,7 @@ public class IndyNLProducerLocalizer extends MirBasicProducerLocalizer {
     try {
       node =
           new EntityListProducerNode("features", model, "content",
-                  "is_published='1' and to_article_type = 2", "date desc, webdb_create desc", 15, 0,
+                  "is_published='1' and to_article_type = 2", "date desc, webdb_create desc", 20, 0,
             new EntityListProducerNode("breaking", model, "breakingNews",
                       "", "webdb_create desc", 5, 0,
               new EntityListProducerNode("languages", model, "language", "code in ('nl', 'en')", "code", 10, 0,