Index: openacs.org-dev/packages/cms/www/modules/templates/publish.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/cms/www/modules/templates/publish.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/cms/www/modules/templates/publish.tcl 9 Jul 2002 17:35:04 -0000 1.1.1.1 +++ openacs.org-dev/packages/cms/www/modules/templates/publish.tcl 8 Oct 2002 15:47:03 -0000 1.1.1.2 @@ -4,15 +4,8 @@ # query for the path and ID of the template +db_1row get_info "" -column_array info -template::query get_info info onerow " - select - content_item.get_path(item_id) path, item_id - from - cr_items - where item_id = ( - select item_id from cr_revisions where revision_id = :revision_id)" - # write the template to the file system set text [content::get_content_value $revision_id]