Index: openacs-4/packages/acs-admin/www/apm/version-files.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-files.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-admin/www/apm/version-files.tcl 19 Aug 2001 21:26:05 -0000 1.4 +++ openacs-4/packages/acs-admin/www/apm/version-files.tcl 3 Jul 2002 13:58:43 -0000 1.5 @@ -68,7 +68,7 @@ for { set j 0 } { $j < $i } { incr j } { doc_body_append "     " } - if { $installed_p == "f" || [file exists "[acs_package_root_dir $package_key]/$path"] } { + if { $installed_p == "f" || [file exists "[acs_package_root_dir $package_key]/$path"] || $i < [llength $components] - 1} { # Either we're not looking at an installed package, or the file still exists, # so don't use when writing the name. doc_body_append [lindex $components $i]