Index: openacs-4/packages/sloan-bboard/www/simple-message-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/www/Attic/simple-message-oracle.xql,v diff -u -N --- openacs-4/packages/sloan-bboard/www/simple-message-oracle.xql 15 Feb 2002 21:27:07 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ - - - - oracle8.1.6 - - - - - select object_id as file_id, cr.title, ci.name - from acs_objects ao, cr_items ci, cr_revisions cr - where object_id = ci.item_id and - live_revision = revision_id and - object_type = 'content_item' and - context_id = :id - - - - - -