Index: openacs-4/contrib/packages/bcms/tcl/bcms-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/contrib/packages/bcms/tcl/bcms-procs.tcl 29 Oct 2003 15:00:29 -0000 1.6 +++ openacs-4/contrib/packages/bcms/tcl/bcms-procs.tcl 29 Oct 2003 15:03:46 -0000 1.7 @@ -223,8 +223,10 @@ } { parses properties returns strings to be used for insert or update sql strings - @param properites a list of properties / columns to insert format: {property value ... property value} - {property:noquote value} will directly use what is in value + @param properites A list of properties / columns to insert format: { { property value } ... { property value } } + {property:noquote value} will directly use what is in value. + Use [list [list prop1 $val1] [list $prop2 $val2]] to generate. + @param return_format either "insert_values", "insert_columns" or "update" @param uplevel_level if you need to set the quoted vars to another level use this to set the proper uplevel } {