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 -N -r1.21 -r1.22 --- openacs-4/packages/file-storage/tcl/file-storage-procs.xql 7 Aug 2017 23:48:11 -0000 1.21 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.xql 21 Nov 2017 11:31:29 -0000 1.22 @@ -224,4 +224,12 @@ + + + select coalesce(title,name) as prettyname + from fs_objects + where object_id = :object_id + + +