Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs-postgresql.xql 21 Jul 2002 20:06:07 -0000 1.1 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs-postgresql.xql 23 Jul 2002 13:40:45 -0000 1.2 @@ -1,18 +1,16 @@ -postgresql7.1 + postgresql7.1 - - - begin - select static_portal_content_item__new( - :package_id, - :content, - :pretty_name - ); - end; - - + + + select static_portal_content_item__new( + :package_id, + :content, + :pretty_name + ); + +