Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -N -r1.90.2.5 -r1.90.2.6 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 23 Jun 2019 16:52:11 -0000 1.90.2.5 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 5 Oct 2019 13:43:47 -0000 1.90.2.6 @@ -427,7 +427,7 @@ } { WARNING: This proc is not scalable because it does too many permission checks. - DRB: Not so true now that permissions are fast. However it is now only used + DRB: Not so true now that permissions are fast. However, it is now only used to clone files in dotLRN and for the somewhat brain-damaged syllabus package. At minimum the permission checks returned by the code can be removed. Most of the other fields as well. Oh well ...