Index: openacs-4/packages/attachments/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add-2.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/attachments/www/file-add-2.tcl 14 Feb 2019 16:15:01 -0000 1.9.2.1 +++ openacs-4/packages/attachments/www/file-add-2.tcl 6 Sep 2022 07:40:52 -0000 1.9.2.2 @@ -30,7 +30,7 @@ set max_bytes [fs::max_upload_size -package_id $fs_package_id] if { $n_bytes > $max_bytes } { # Max number of bytes is used in the error message - set max_number_of_bytes [util_commify_number $max_bytes] + set max_number_of_bytes [lc_numeric $max_bytes] ad_complain "[_ attachments.lt_Your_file_is_larger_t]" } }