Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -N -r1.146 -r1.147 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Jun 2002 19:12:19 -0000 1.146 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Jun 2002 20:30:44 -0000 1.147 @@ -644,9 +644,14 @@ community_id } { Returns the list of users with a membership_id, a user_id, first name, - last name, email, and role + last name, email, and role. + + AKS: uncaching this until we figure out how to cache ns_sets correctly } { - return [util_memoize "dotlrn_community::list_users_not_cached -rel_type $rel_type -community_id $community_id"] + return [dotlrn_community::list_users_not_cached \ + -rel_type $rel_type \ + -community_id $community_id + ] } ad_proc -private list_users_not_cached {