Index: openacs-4/packages/acs-admin/www/apm/version-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-view.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-admin/www/apm/version-view.tcl 2 Feb 2018 00:04:50 -0000 1.25 +++ openacs-4/packages/acs-admin/www/apm/version-view.tcl 26 Apr 2018 08:56:37 -0000 1.26 @@ -58,7 +58,7 @@ # Later we'll output any items in "prompts" as entries in a bullet list at the # top of the page (these are things that the administrator probably needs to # address ASAP). -set prompts [list] +set prompts {} if { ![info exists installed_version_id] } { if { !$downloaded_p } { @@ -115,7 +115,7 @@ # Obtain a list of owners, properly hyperlinked. -set owners [list] +set owners {} db_foreach apm_all_owners { select owner_uri, owner_name from apm_package_owners where version_id = :version_id } {