Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -N -r1.57.2.33 -r1.57.2.34 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 22 Aug 2022 17:06:40 -0000 1.57.2.33 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 13 Sep 2022 10:09:46 -0000 1.57.2.34 @@ -1030,8 +1030,18 @@ } - :ad_proc user_is_active {{-asHTML:boolean false} uid} { + :ad_proc user_is_active { + {-asHTML:boolean false} + uid } { + Tell whether a user is active according to the Request Monitor. + + @param asHTML when true, the proc will return an HTML rendering of + the user information. + @param uid the user id + + @return boolean or HTML accrording to the 'asHTML' flag. + } { if {[info commands ::throttle] ne "" && [::throttle info methods user_is_active] ne ""} { set active [throttle user_is_active $uid]