Index: openacs-4/packages/news/lib/item-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/Attic/item-postgresql.xql,v diff -u -N --- openacs-4/packages/news/lib/item-postgresql.xql 26 Mar 2005 13:49:54 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ - - - postgresql7.1 - - - - -select item_id, - live_revision, - publish_title, - publish_lead, - html_p, - publish_date, - publish_body, - '' || item_creator || '' as creator_link -from news_items_live_or_submitted -where item_id = :item_id - - - -