Index: openacs-4/packages/general-comments/www/view-comment-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/Attic/view-comment-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/general-comments/www/view-comment-postgresql.xql 24 Jan 2005 00:40:36 -0000 1.2 +++ openacs-4/packages/general-comments/www/view-comment-postgresql.xql 20 Dec 2010 00:15:22 -0000 1.3 @@ -21,7 +21,7 @@ r.revision_id, r.title, r.content, - r.mime_type, + r.mime_type as comment_mime_type, o.creation_user, o.creation_date, acs_object__name(o.creation_user) as author @@ -45,7 +45,7 @@ r.revision_id, r.title, r.content, - r.mime_type, + r.mime_type as comment_mime_type, o.creation_user, o.creation_date, acs_object__name(o.creation_user) as author