Index: openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl 28 Jun 2015 12:09:34 -0000 1.2 +++ openacs-4/packages/dotlrn-admin/www/admin/community-members-add-to-community.tcl 21 Jan 2018 00:38:38 -0000 1.3 @@ -92,12 +92,14 @@ if {[dotlrn_community::member_p $community_id $user_id]} { # assume this was a double click ad_returnredirect $referer - ad_script_abort } 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]" + #ReturnHeaders + ad_return_error \ + "[_ dotlrn.lt_Error_adding_user_to_]" \ + "[_ dotlrn.lt_An_error_occured_whil]" } + ad_script_abort } } else { # they are already there and awaiting approval, so just approve them.