Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -r1.85 -r1.86 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 7 Oct 2003 13:54:57 -0000 1.85 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 7 Oct 2003 14:56:44 -0000 1.86 @@ -148,7 +148,7 @@ # For the Assignments, Handouts, Exams etc. we store the message keys for # multilinguality. This works as long as those messages don't have embedded variables foreach folder [split $folder_list ','] { - set folder [string trim $folder_key] + set folder [string trim $folder] set a_folder_id [fs::new_folder \ -name $folder \ -pretty_name $folder \