Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.130 -r1.131 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Jun 2018 20:16:10 -0000 1.130 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 25 Jun 2018 15:01:01 -0000 1.131 @@ -748,7 +748,7 @@ # # Determine the cache size depending on configuration variables. # - return [parameter::get_from_package_key \ + return [::parameter::get_from_package_key \ -package_key ${:package_key} \ -parameter "${:parameter}Size" \ -default ${:default_size}] @@ -840,7 +840,7 @@ :public method init {} { set :name [namespace tail [current]] - set partitions [parameter::get_from_package_key \ + set partitions [::parameter::get_from_package_key \ -package_key ${:package_key} \ -parameter "${:parameter}Partitions" \ -default ${:partitions}]