oops revert. edited the wrong file
authormh <mh>
Mon, 17 Jun 2002 10:15:09 +0000 (10:15 +0000)
committermh <mh>
Mon, 17 Jun 2002 10:15:09 +0000 (10:15 +0000)
source/mircoders/producer/ProducerMedia.java

index 64546f6..a44dc43 100755 (executable)
@@ -38,10 +38,7 @@ abstract public class ProducerMedia extends Producer {
 
     int contentBatchsize =
             Integer.parseInt(MirConfig.getProp("Producer.Content.Batchsize"));
-    //orderBy = "date desc, webdb_lastchange desc";
-    // media should stay in uploaded order. this is especially important
-    // for photo stories which require a specific chronologic order.
-    orderBy = "id";
+    orderBy = "date desc, webdb_lastchange desc";
 
     // get batch of non-produced medias, that are to be published
     whereClause="is_published='1'";