Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 30 Jul 2002 13:52:01 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 13 Aug 2002 16:45:49 -0000 1.8 @@ -273,7 +273,7 @@ # FIXME: need to get a statement name here set query $element(search_query) - template::query get_options options multilist $query + set options [db_list_of_lists get_options $query] set option_count [llength $options]