Index: openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl,v diff -u -N -r1.55.2.2 -r1.55.2.3 --- openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl 15 Sep 2015 17:52:16 -0000 1.55.2.2 +++ openacs-4/packages/acs-developer-support/tcl/acs-developer-support-procs.tcl 16 Sep 2015 09:18:55 -0000 1.55.2.3 @@ -278,7 +278,7 @@ ad_proc -public ds_get_db_command_info {} { Get a Tcl list with { num_commands total_ms } for the database commands for the request. - Returns the empty string if the information is not available. + @return list containing num_commands and total_ms, or empty string if the information is not available. } { set result {} if { [ds_enabled_p] && [ds_collection_enabled_p] } {