Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.20.2.2 -r1.20.2.3 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Sep 2005 09:42:29 -0000 1.20.2.2 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Sep 2005 10:49:57 -0000 1.20.2.3 @@ -731,7 +731,7 @@ return $ret } -ad_proc -public template::util::tcl_to_sql_list { tcllist } { +ad_proc -public template::util::tcl_to_sql_list { lst } { Convert a TCL list to a SQL list, for use with the "in" statement why doesn't this use ns_dbquotevalue? } { @@ -746,7 +746,6 @@ } } - ad_proc -public template::get_resource_path {} { Get the template directory The body is doublequoted, so it is interpreted when this file is read