Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 24 Dec 2017 13:03:22 -0000 1.10 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 29 Mar 2018 21:20:37 -0000 1.11 @@ -90,14 +90,14 @@ delete such files if required. Orphaned files might be created, when files are added to the content repository, but the transaction is being aborted. This function is intended to be used for one-time - maintainenace operations. Starting with 5.8.1, OpenACS contains + maintenance operations. Starting with 5.8.1, OpenACS contains support for handling orphaned files much more efficiently via a transaction log that is checked via cr_cleanup_orphaned_files in cr_delete_scheduled_files. @param -delete delete the orphaned files @param -mtime same semantics as mtime in the file command - + } { set cr_root [nsv_get CR_LOCATIONS CR_FILES] set root_length [string length $cr_root]