Index: openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 4 Aug 2001 02:58:41 -0000 1.3 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 4 Sep 2001 17:04:10 -0000 1.4 @@ -152,4 +152,11 @@ + + +select '{'||content_item.get_title(:page_id)||'} '|| (CASE WHEN show_comments_p='t' then '1' else '0' END) from static_pages where static_page_id = :page_id + + + +