Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -r1.57.2.17 -r1.57.2.18 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 8 Dec 2020 15:55:23 -0000 1.57.2.17 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 24 Feb 2021 15:47:38 -0000 1.57.2.18 @@ -165,18 +165,20 @@ return [join $keys ,] } - ad_proc -private ::xowiki::hstore::update_hstore {package_id} { - update all instance attributes in hstore + ad_proc -public ::xowiki::hstore::update_hstore { + package_id } { + Update all instance attributes in hstore. + + This proc can be used from ds/shell as follows: + + ::xo::Package initialize -url /xowiki + ::xowiki::hstore::update_hstore $package_id + } { if {![::xo::dc has_hstore] && [::$package_id get_parameter use_hstore 0] } { return 0 } - # - # This proc can be used from ds/shell as follows - # - # ::xo::Package initialize -url /xowiki - # ::xowiki::hstore::update_hstore $package_id - # + # Check the result # # select hkey from xowiki_page_instance where hkey is not null;