Index: openacs-4/packages/forums/lib/forums/forums-chunk-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/forums/forums-chunk-postgresql.xql,v diff -u -N --- openacs-4/packages/forums/lib/forums/forums-chunk-postgresql.xql 23 Nov 2017 12:33:11 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ - - - - postgresql7.1 - - - - select forums_forums_enabled.*, - approved_thread_count as n_threads, - to_char(last_post, 'YYYY-MM-DD HH24:MI:SS') as last_post_ansi, - $unread_or_new_query_clause - from forums_forums_enabled - where forums_forums_enabled.package_id = :package_id - and acs_permission__permission_p(forums_forums_enabled.forum_id, :user_id,'read') = 't' - order by forums_forums_enabled.name - - - -