Index: openacs-4/packages/general-comments/www/admin/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/admin/Attic/index-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/general-comments/www/admin/index-postgresql.xql 27 Oct 2014 16:41:44 -0000 1.3 +++ openacs-4/packages/general-comments/www/admin/index-postgresql.xql 22 Nov 2017 14:16:18 -0000 1.4 @@ -5,7 +5,6 @@ - select * from ( select g.comment_id, r.title, acs_object__name(o.creation_user) as author, @@ -21,33 +20,9 @@ where g.comment_id = i.item_id and r.revision_id = o.object_id and r.revision_id = i.latest_revision - [ad_dimensional_sql $dimensional]) as unordered + [ad_dimensional_sql $dimensional] [template::list::orderby_clause -orderby -name comments_list] - - - - - - creation_date > now() - '1 days'::interval - - - - - - - - creation_date > now() - '7 days'::interval - - - - - - - - creation_date > now() - '30 days'::interval - -