Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.76.2.40 -r1.76.2.41 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 6 Feb 2021 20:43:14 -0000 1.76.2.40 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 7 Feb 2021 18:44:50 -0000 1.76.2.41 @@ -947,8 +947,10 @@ {-live_p:boolean true} {-use_given_publish_date:boolean false} } { - Updates an item in the content repository. We insert a new revision instead of - changing the current revision. + + Updates an item in the content repository. We insert a new + revision instead of changing the current revision. + @param modifying_user @param live_p make this revision the live revision } { @@ -1107,7 +1109,8 @@ {-live_p:boolean true} {-use_given_publish_date:boolean false} } { - Insert a new item to the content repository + Insert a new item to the content repository. + @param package_id @param creation_user user_id if the creating user @param live_p make this revision the live revision @@ -1883,7 +1886,7 @@ acs::per_request_cache flush -pattern xotcl-core.lookup-${:parent_id}-${:name} - + return $item_id } CrCache::Item instproc delete args {