Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.194 -r1.195 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 20 Oct 2024 10:13:13 -0000 1.194 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Oct 2024 15:49:22 -0000 1.195 @@ -956,6 +956,9 @@ The proc either terminates the requests by responding a blocking message to the client, or it continues and returns nothing. + @param condition Tcl expression, blocking condition + @param target part of the message string presented to the blocked user + } { if {[ns_conn isconnected] && [uplevel 1 [list expr $condition]]} { ns_log notice "blocking request for condition $condition\n" \