Index: messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/MessageImpl.hbm.xml =================================================================== --- messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/MessageImpl.hbm.xml (revision 121052) +++ messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/MessageImpl.hbm.xml (working copy) @@ -220,7 +220,6 @@ join fetch message.topic join fetch message.topic.openForum where message.id = us.messageId and message.topic.openForum.area.contextId = :contextId and us.userId = :userId and us.read = true and message.draft = false and message.deleted = false - order by message.created desc ]]>