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.189.2.77 -r1.189.2.78 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Feb 2021 11:47:11 -0000 1.189.2.77 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 17 Feb 2021 20:52:52 -0000 1.189.2.78 @@ -2339,13 +2339,17 @@ return $set_id } -ad_proc -public ad_ns_set_keys { +ad_proc -public -deprecated ad_ns_set_keys { -colon:boolean {-exclude ""} set_id } { Returns the keys of an ns_set as a Tcl list, like array names. + This proc can be easily replaced by a Tcl dict + operation. Furthermore, newer versions of NaviServer have "ns_set + keys" and "ns_set values" operations. + @param colon If set, will prepend all the keys with a colon; useful for bind variables @param exclude Optional Tcl list of key names to exclude