From: mh Date: Mon, 17 Jun 2002 10:15:09 +0000 (+0000) Subject: oops revert. edited the wrong file X-Git-Tag: MIR_1_0_0_RC1~78 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f0c378166a434735155de466a2b6d50f2dd56f5d;p=mir.git oops revert. edited the wrong file --- diff --git a/source/mircoders/producer/ProducerMedia.java b/source/mircoders/producer/ProducerMedia.java index 64546f61..a44dc43e 100755 --- a/source/mircoders/producer/ProducerMedia.java +++ b/source/mircoders/producer/ProducerMedia.java @@ -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'";