Index: openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 4 Aug 2001 02:58:41 -0000 1.5 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 4 Sep 2001 17:04:10 -0000 1.6 @@ -151,11 +151,4 @@ - - -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 - - - -