Index: openacs-4/packages/acs-api-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/index.tcl,v diff -u -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/acs-api-browser/www/index.tcl 1 Sep 2020 14:13:51 -0000 1.11.2.2 +++ openacs-4/packages/acs-api-browser/www/index.tcl 22 Apr 2021 08:10:25 -0000 1.11.2.3 @@ -30,7 +30,7 @@ multirow create uninstalled_packages if { [db_0or1row get_local_package_version_id { - select min(version_id) + select min(version_id) as version_id from apm_package_version_info where installed_p = 't' and enabled_p = 't'