Index: openacs-4/packages/forums/lib/user/post-history-chunk.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/user/post-history-chunk.xql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/forums/lib/user/post-history-chunk.xql 27 Oct 2014 16:41:37 -0000 1.5 +++ openacs-4/packages/forums/lib/user/post-history-chunk.xql 7 Aug 2017 23:48:11 -0000 1.6 @@ -46,22 +46,5 @@ - - - select forums_messages.message_id, - forums_messages.subject, - to_char(forums_messages.posting_date, 'YYYY-MM-DD HH24:MI:SS') as posting_date_ansi, - forums_forums.forum_id, - forums_forums.name as forum_name - from forums_messages, - forums_forums - where forums_messages.user_id = :user_id - [template::list::filter_where_clauses -and -name messages] - forums_messages.forum_id = forums_forums.forum_id - and forums_forums.package_id = :package_id - order by forums_messages.posting_date desc - - -