Index: openacs-4/packages/file-storage/www/folder-zip-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-zip-add.tcl,v diff -u -N -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/file-storage/www/folder-zip-add.tcl 25 Jun 2019 16:47:49 -0000 1.11.2.2 +++ openacs-4/packages/file-storage/www/folder-zip-add.tcl 1 Jul 2019 14:47:07 -0000 1.11.2.3 @@ -47,7 +47,7 @@ set n_bytes [file size ${upload_file.tmpfile}] set max_bytes [fs::max_upload_size] if { $n_bytes > $max_bytes } { - ad_complain "Your file is larger than the maximum file size allowed on this system ([util::content_size_pretty -size $max_bytes])" + ad_complain "Your file is larger than the maximum file size allowed on this system ([lc_content_size_pretty -size $max_bytes])" } } }