Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -N -r1.111 -r1.112 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 3 Jul 2018 17:55:05 -0000 1.111 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 25 Jul 2018 18:17:51 -0000 1.112 @@ -582,9 +582,9 @@ load Tcl tests if the acs-automated-testing package is enabled. @param force_reload Reload Tcl libraries even if they are already loaded. - @param load_libraries Switch to indicate if Tcl libraries in (-procs.tcl and -init.tcl) + @param load_libraries_p Switch to indicate if Tcl libraries in (-procs.tcl and -init.tcl) files should be loaded. Defaults to true. - @param load_queries Switch to indicate if xql query files should be loaded. Default true. + @param load_queries_p Switch to indicate if xql query files should be loaded. Default true. @param packages A list of package_keys for packages to be loaded. Defaults to all enabled packages. These packages, along with the packages they depend on, will be loaded in dependency-order using the @@ -1599,7 +1599,7 @@ for a given package version. Any errors during invocation are logged. - @param callback_proc if this is provided it is called + @param proc_name if this is provided it is called instead of attempting to look up the proc via the package_key or version_id (needed for before-install callbacks since the db is not populated when those are called).