Index: openacs-4/packages/dotlrn/www/my-communities-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/my-communities-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/my-communities-postgresql.xql 15 Jul 2002 20:12:46 -0000 1.1 +++ openacs-4/packages/dotlrn/www/my-communities-postgresql.xql 4 Dec 2002 09:51:04 -0000 1.2 @@ -16,7 +16,7 @@ '' as role_pretty_name, CASE WHEN - dotlrn_community__admin_p(dotlrn_communities.community_id, + dotlrn_community_admin_p(dotlrn_communities.community_id, dotlrn_member_rels_approved.user_id) = 'f' THEN 0 ELSE 1