Index: openacs-4/packages/general-comments/www/view-comment.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/Attic/view-comment.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/general-comments/www/view-comment.xql 14 Jun 2001 19:52:22 -0000 1.1 +++ openacs-4/packages/general-comments/www/view-comment.xql 24 Jan 2005 00:40:36 -0000 1.2 @@ -38,4 +38,18 @@ - + + + + select r.revision_id, + o.creation_date as revision_date + from cr_revisions r, + acs_objects o + where r.item_id = :comment_id and + o.object_id = r.revision_id + order by o.creation_date desc + + + + +