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.5 -r1.6 --- openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 31 Oct 2001 15:12:58 -0000 1.5 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 1 Nov 2001 19:17:16 -0000 1.6 @@ -154,7 +154,7 @@ -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 +select '{'||content_item.get_title($page_id)||'} '||decode(show_comments_p,'t',1,0) from static_pages where static_page_id = :page_id