Index: openacs-4/packages/general-comments/www/delete-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/Attic/delete-oracle.xql,v diff -u -N --- openacs-4/packages/general-comments/www/delete-oracle.xql 5 May 2007 15:54:47 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ - - - - oracle8.1.6 - - - - - select r.title, - r.content, - r.mime_type, - o.creation_user, - to_char(o.creation_date, 'MM-DD-YYYY') as pretty_date, - acs_object.name(o.creation_user) as author - from acs_objects o, - cr_revisions r, - general_comments g - where g.comment_id = :comment_id and - g.comment_id = o.object_id and - r.revision_id = content_item.get_latest_revision(g.comment_id) - - - - - - - -