Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 27 Apr 2005 11:27:22 -0000 1.10 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 31 May 2005 18:07:34 -0000 1.10.2.1 @@ -261,7 +261,7 @@ # we have valid attributes, update them - set query_text "update cr_items set ${update_text}" + set query_text "update cr_items set ${update_text} where item_id=:item_id" db_dml item_update $query_text } }