Index: openacs-4/packages/acs-subsite/tcl/plsql-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/plsql-utility-procs.tcl,v diff -u -N -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/acs-subsite/tcl/plsql-utility-procs.tcl 16 May 2019 09:27:52 -0000 1.9.2.1 +++ openacs-4/packages/acs-subsite/tcl/plsql-utility-procs.tcl 3 Jul 2020 07:43:20 -0000 1.9.2.2 @@ -130,8 +130,8 @@ { -include_object_id "f" } stem } { - Returns an object name of max_length characters, in lower - case, beginning with stem but without any unsafe characters. Only + Returns an object name of max_length characters, in lowercase, + beginning with stem but without any unsafe characters. Only allowed characters are numbers, letter, underscore, dash and space, though the returned word will start with a letter. Throws an error if no safe name could be generated.