Index: openacs-4/packages/dotlrn/www/community-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.tcl,v diff -u -r1.12.2.5 -r1.12.2.6 --- openacs-4/packages/dotlrn/www/community-edit.tcl 23 Mar 2006 21:04:00 -0000 1.12.2.5 +++ openacs-4/packages/dotlrn/www/community-edit.tcl 26 Mar 2006 01:01:16 -0000 1.12.2.6 @@ -65,6 +65,10 @@ where community_id = :community_id } + dotlrn_community::set_community_name \ + -community_id $community_id \ + -pretty_name $pretty_name + ad_returnredirect $referer ad_script_abort }