Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.47 -r1.48 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 24 Jul 2018 19:42:16 -0000 1.47 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 26 Jul 2018 12:28:45 -0000 1.48 @@ -278,7 +278,7 @@ return $return_value } -ad_proc -private apm_guess_db_type { package_key path } { +ad_proc -public apm_guess_db_type { package_key path } { Guesses and returns the database type key corresponding to a particular path (or an empty string if none is known). $path should be @@ -360,7 +360,7 @@ return [expr {![file exists "${package_path}/sql"] || [file exists "${package_path}/sql/[db_type]"]}] } -ad_proc -private apm_source { __file {errorVarName ""}} { +ad_proc -public apm_source { __file {errorVarName ""}} { Sources $__file in a clean environment, returning 1 if successful or 0 if not. Records that the file has been sourced and stores its mtime in the nsv array apm_library_mtime