Index: openacs-4/packages/dotlrn/www/member-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-3.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/www/member-add-3.tcl 29 Jun 2018 17:27:19 -0000 1.17 +++ openacs-4/packages/dotlrn/www/member-add-3.tcl 18 Sep 2018 17:27:15 -0000 1.18 @@ -49,7 +49,6 @@ # so we do not want to call remove_user # as that removes subgroup rels as well relation_remove $rel_id - util_memoize_flush "dotlrn_community::list_users_not_cached -rel_type $rel_type -community_id $community_id" set change_rel_p 1 } } else { @@ -78,7 +77,6 @@ $rel_type \ $community_id \ $member_id - util_memoize_flush "dotlrn_community::list_users_not_cached -rel_type $rel_type -community_id $community_id" } else { dotlrn_community::add_user -rel_type $rel_type $community_id $member_id }