Index: openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 31 May 2021 13:40:44 -0000 1.16 +++ openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 13 Sep 2022 09:46:58 -0000 1.17 @@ -312,6 +312,7 @@ ::xolp::Indicator ad_proc get_instance_from_db { {-indicator_id:required} } { + Instantiates an Indicator from the database. } { ::xo::dc 1row fetch {SELECT * FROM xolp_indicator_facts WHERE indicator_id = :indicator_id} set attributes [list indicator_id {*}[:essential_attributes]]