Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -N -r1.30 -r1.31 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 23 Jul 2018 15:15:24 -0000 1.30 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 2 Aug 2018 09:22:26 -0000 1.31 @@ -189,12 +189,11 @@ } -ad_proc -private apm_higher_version_installed_p { +ad_proc -public apm_higher_version_installed_p { package_key version_name } { @param package_key The package in question. - @param version_name The name of the currently installed version. @return The return value of this procedure doesn't really fit with its name.