Index: openacs-4/packages/file-storage/www/download-zip.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-zip.tcl,v diff -u -N -r1.9.2.4 -r1.9.2.5 --- openacs-4/packages/file-storage/www/download-zip.tcl 18 Jun 2021 14:36:09 -0000 1.9.2.4 +++ openacs-4/packages/file-storage/www/download-zip.tcl 18 Jun 2021 14:37:28 -0000 1.9.2.5 @@ -13,7 +13,7 @@ # requirement. Don't throw hard errors on following outdated links. We # could test for supported object_types. set n_objects [llength $object_id] -if {[db_string objects_do_not_exists " +if {[db_string objects_do_not_exist " select :n_objects <> (select count(*) from acs_objects where object_id in ([join $object_id ,]))