Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -r1.23.2.3 -r1.23.2.4 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 1 Feb 2021 11:04:50 -0000 1.23.2.3 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 6 Sep 2022 07:40:52 -0000 1.23.2.4 @@ -78,7 +78,7 @@ && $tmp_size > $maxFileSize } { set msg_subst_list [list system_name [ad_system_name] \ - max_attachments_bytes [util_commify_number $maxFileSize]] + max_attachments_bytes [lc_numeric $maxFileSize]] ad_return_complaint 1 "
  • [_ dotlrn.your_icon_is_too_large $msg_subst_list]" ad_script_abort }