Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 6 Jun 2004 08:59:29 -0000 1.3 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 26 Feb 2005 17:52:20 -0000 1.4 @@ -315,7 +315,7 @@ } # Example: -# set people [database_to_tcl_list_list $db "select first_name, last_name, email ..."] +# set people [db_list_of_lists get "select first_name, last_name, email ..."] # set first_names [map fst $people] # set last_names [map snd $people] # set emails [map thd $people]