Index: openacs-4/packages/news/www/item-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/Attic/item-oracle.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/news/www/item-oracle.xql 26 Sep 2005 09:08:49 -0000 1.5.2.2 @@ -0,0 +1,28 @@ + + + oracle8.1.6 + + + + +select item_id, + live_revision, + publish_title, + html_p, + publish_date, + '' || item_creator || '' as creator_link +from news_items_live_or_submitted +where item_id = :item_id + + + + + + + select content + from cr_revisions + where revision_id = :live_revision + + + +