Index: openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 1 Nov 2013 21:08:33 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.tcl 7 Aug 2017 23:48:09 -0000 1.7 @@ -98,7 +98,7 @@ } else { ns_log Error "community-members-add-to_community.tcl failed: $errmsg" ReturnHeaders - ad_return_error "[_ dotlrn.lt_Error_adding_user_to_]" "[_ dotlrn.lt_An_error_occured_whil]" + ad_return_error "[_ dotlrn.lt_Error_adding_user_to_]" "[_ dotlrn.lt_An_error_occurred_whil]" } } } else { @@ -117,3 +117,9 @@ set estimated_number_of_seconds [expr {[llength $users] * 3}] ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: