Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs.xql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.xql 29 Jun 2004 10:18:47 -0000 1.3 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.xql 26 Sep 2005 08:50:05 -0000 1.3.2.1 @@ -24,7 +24,7 @@ update static_portal_content set - body = :content, pretty_name = :pretty_name + body = :content, pretty_name = :pretty_name, format = :format where content_id = :content_id @@ -53,4 +53,12 @@ + + + select format + from static_portal_content + where content_id = :content_id + + +