Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.50.2.7 -r1.50.2.8 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 14 Feb 2014 18:20:45 -0000 1.50.2.7 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 14 Mar 2014 08:30:05 -0000 1.50.2.8 @@ -853,8 +853,7 @@ # an revision. # if {$quoted} {set val $value} {set val :value} - ::xo::dc dml update_content "update cr_revisions \ - set $attribute = :val \ + ::xo::dc dml update_content "update cr_revisions set $attribute = $val \ where revision_id = :revision_id" }