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.13 -r1.9.2.14 --- openacs-4/packages/file-storage/www/download-zip.tcl 9 Sep 2021 14:03:58 -0000 1.9.2.13 +++ openacs-4/packages/file-storage/www/download-zip.tcl 4 Feb 2022 15:07:43 -0000 1.9.2.14 @@ -15,8 +15,8 @@ set n_objects [llength $object_id] if {[db_string objects_do_not_exist " select :n_objects <> (select count(*) - from acs_objects - where object_id in ([join $object_id ,])) + from cr_items + where item_id in ([join $object_id ,])) from dual "]} { ns_returnnotfound