Index: openacs-4/packages/acs-content-repository/tcl/filter-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/filter-procs-oracle.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-content-repository/tcl/filter-procs-oracle.xql 17 May 2003 09:43:54 -0000 1.6 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs-oracle.xql 7 Jul 2003 12:25:53 -0000 1.7 @@ -3,14 +3,6 @@ oracle8.1.6 - - - - , content.blob_to_string(content) as text - - - - @@ -95,9 +87,8 @@ select - (select live_revision from cr_items where item_id = content_item.get_template(:item_id, :context)) as template_id, - content_template.get_path( - content_item.get_template(:item_id, :context),:template_root) as template_url + content_item.get_live_revision(content_item.get_template(:item_id, :context)) as template_id, + content_template.get_path(content_item.get_template(:item_id, :context), :template_root) as template_url from dual