Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.28.2.86 -r1.28.2.87 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 2 Feb 2024 12:04:17 -0000 1.28.2.86 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 4 Mar 2024 15:14:32 -0000 1.28.2.87 @@ -2013,7 +2013,7 @@ set hkey [::xowiki::hstore::dict_as_hkey [:hstore_attributes]] set revision_id ${:revision_id} xo::dc dml update_hstore "update xowiki_page_instance \ - set hkey = '$hkey' \ + set hkey = :hkey \ where page_instance_id = :revision_id" } }