Index: openacs-4/packages/cms/www/modules/templates/publish.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/templates/publish.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/www/modules/templates/publish.tcl 25 May 2001 02:15:56 -0000 1.2 +++ openacs-4/packages/cms/www/modules/templates/publish.tcl 19 Aug 2002 04:19:45 -0000 1.3 @@ -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]