Index: openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl 21 Feb 2006 12:53:04 -0000 1.12 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/course-add-edit.tcl 11 Aug 2006 11:14:11 -0000 1.13 @@ -145,7 +145,7 @@ set form_attributes [list] # Create master community - set community_id [dotlrn_club::new -pretty_name "$course_name Section Template"] + set community_id [dotlrn_club::new -pretty_name "[string_truncate -len 75 $course_name] Section Template"] # add the calendar item type "session" set calendar_id [dotlrn_calendar::get_group_calendar_id -community_id $community_id] set item_type_id [calendar::item_type_new -calendar_id $calendar_id -type "Session"]