Index: openacs-4/packages/cms/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/cms/tcl/form-procs.tcl 20 Apr 2001 20:51:09 -0000 1.1 +++ openacs-4/packages/cms/tcl/form-procs.tcl 27 May 2001 04:39:19 -0000 1.2 @@ -519,7 +519,7 @@ # id_value is the revision_id proc content::insert_element_data { - db form_name content_type exclusion_list id_value \ + form_name content_type exclusion_list id_value \ {suffix ""} {extra_where ""} } { @@ -557,7 +557,7 @@ set last_table "" set last_id_column "" - template::query rows multirow $query -db $db + template::query rows multirow $query for { set i 1 } { $i <= ${rows:rowcount} } { incr i } { upvar 0 "rows:${i}" row