Index: openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/lib/Attic/proctoring-upload.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl 6 Apr 2021 14:10:55 -0000 1.1.2.5 +++ openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl 8 Apr 2021 11:26:36 -0000 1.1.2.6 @@ -54,9 +54,9 @@ } # A client-side timeout might still end up being processed by the -# server. Here we make sure we do not process pictures twice for a +# server. Here we make sure we do not process files twice for a # specific user. -if {[::proctoring::picture_already_received_p \ +if {[::proctoring::file_already_received_p \ -object_id $object_id \ -user_id $user_id \ -file ${file.tmpfile}]} {