Index: openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl,v diff -u -r1.9.2.3 -r1.9.2.4 --- openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl 17 Jun 2005 00:26:33 -0000 1.9.2.3 +++ openacs-4/packages/acs-content-repository/tcl/content-folder-procs.tcl 27 Jun 2005 17:34:08 -0000 1.9.2.4 @@ -155,8 +155,8 @@ } ad_proc -public ::content::folder::update { - folder_id:required - attributes:required + -folder_id:required + -attributes:required } { Update standard cr_folder attributes, including the attributes for the folder cr_item @@ -202,7 +202,7 @@ # pass the rest of the attributes to content::item::set # we can just send the folder attributes because they don't overlap - content::item::set \ + content::item::update \ -item_id $folder_id \ -attributes $attributes }