Index: openacs-4/packages/file-storage/tcl/file-storage-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.xql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/file-storage/tcl/file-storage-procs.xql 14 Nov 2006 06:38:25 -0000 1.19 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.xql 14 Nov 2006 16:07:53 -0000 1.20 @@ -131,13 +131,6 @@ - - - update cr_items set live_revision=:revision_id - where item_id=:item_id - - - @@ -228,4 +221,32 @@ - + + + select symlink_id from cr_symlinks + where target_id=:item_id + + + + + + + select i.name, i.latest_revision as file_rev_id, r.title + from cr_items i, cr_revisions r + where i.item_id = :file_id + and r.revision_id = i.latest_revision + + + + + + + + update cr_revisions + set title = :title + where revision_id = :new_file_rev_id + + + + + \ No newline at end of file