Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.121 -r1.122 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 24 Jul 2018 17:57:31 -0000 1.121 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Jul 2018 18:03:10 -0000 1.122 @@ -1701,8 +1701,10 @@ {-package_path ""} package_key } { - @param version_id What version the files belong to. - @param upgrade Set this switch if you want the scripts for upgrading. + @param upgrade_from_version_name From which version do we want the files + @param upgrade_to_version_name To what version do we want the files + @param package_path The package path + @param package_key The package key @return A list of files and file types of form [list [list "foo.sql" "data_model_upgrade"] ...] } { set types_to_retrieve [list "sqlj_code"]