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 -N -r1.25 -r1.26 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 7 Jul 2018 10:58:20 -0000 1.25 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 18 Jul 2018 22:33:25 -0000 1.26 @@ -2073,7 +2073,9 @@ ad_proc update_hstore {package_id} { update all instance attributes in hstore } { - if {![::xo::dc has_hstore] && [$package_id get_parameter use_hstore 0] } {return 0} + if {![::xo::dc has_hstore] && [$package_id get_parameter use_hstore 0] } { + return 0 + } # # This proc can be used from ds/shell as follows #