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.64 -r1.65
--- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 29 Dec 2003 20:08:52 -0000 1.64
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 11 Jan 2004 20:56:13 -0000 1.65
@@ -3220,7 +3220,7 @@
}
-ad_proc util_unlist { list args } {
+ad_proc -public util_unlist { list args } {
Places the nth element of list
into the variable named by
the nth element of args
.