don't sort by the "date" field, use webdb_create instead
[mir.git] / source / mircoders / producer / ProducerContent.java
index 18d81ee..bca3588 100755 (executable)
@@ -103,7 +103,7 @@ public class ProducerContent extends Producer {
                // production of the content-pages
 
                /** @todo this should be moved to ModuleContent */
-               orderBy="date desc, webdb_lastchange desc";
+               orderBy="webdb_lastchange desc";
                if(force==true){
                        whereClause="is_published='1'";
                        // if true: produces a single content item