Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/01-database-procs.tcl,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 29 Sep 2019 14:55:43 -0000 1.1.2.3 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 8 Oct 2019 16:30:26 -0000 1.1.2.4 @@ -1902,7 +1902,7 @@ If "cache_key" is set, cache the array that results from the query *and* any code block for future use. When this result is returned from cache, - THE CODE BLOCK IS NOT EXECUTED. Therefore any values calculated by the + THE CODE BLOCK IS NOT EXECUTED. Therefore, any values calculated by the code block that aren't listed as arguments to "extend" will not be created. In practice this impacts relatively few queries, but do take care.