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 -r1.16.8.2 -r1.16.8.3 --- openacs-4/packages/acs-admin/www/apm/version-files.tcl 28 Sep 2013 12:10:01 -0000 1.16.8.2 +++ openacs-4/packages/acs-admin/www/apm/version-files.tcl 11 Oct 2013 11:43:47 -0000 1.16.8.3 @@ -58,7 +58,7 @@ for { set j 0 } { $j < $i } { incr j } { append body "     " } - if { $installed_p eq "f" || [file exists "[acs_package_root_dir $package_key]/$path"] || $i < [llength $components] - 1} { + 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. append body [lindex $components $i] @@ -80,7 +80,7 @@   }] - if { $installed_p eq "t" } { + if { $installed_p == "t" } { set server_rel_path "packages/$package_key/$path" if { [apm_file_watchable_p $server_rel_path] } { if { [nsv_exists apm_reload_watch $server_rel_path] } { @@ -118,13 +118,13 @@ } -if { $installed_p eq "t" } { +if { $installed_p == "t" } { append body [subst {" } elseif { [info exists tagged_p] } { - if { $tagged_p eq "t" } { + if { $tagged_p == "t" } { append body [subst {