Index: openacs-4/packages/workflow/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/implementation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/workflow/tcl/implementation-procs.tcl 12 Feb 2003 14:23:15 -0000 1.2 +++ openacs-4/packages/workflow/tcl/implementation-procs.tcl 5 Mar 2003 17:18:10 -0000 1.3 @@ -115,6 +115,7 @@ } { Return a subquery for all registered users. } { + ns_log Notice "LARS: getsubquery returning [db_map cc_users]" return [db_map cc_users] }