Index: openacs-4/packages/file-storage/tcl/file-storage-callback-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/Attic/file-storage-callback-procs.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/tcl/file-storage-callback-procs.xql 20 Jul 2005 15:49:30 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/tcl/file-storage-callback-procs.xql 10 Oct 2005 12:59:35 -0000 1.1.2.2 @@ -26,4 +26,22 @@ + + + update cr_items + set parent_id=:trash_id + where item_id=:object_id + + + + + + + update acs_objects + set context_id =:trash_id + where object_id=:object_id + + + +