Index: openacs-4/packages/evaluation/www/admin/evaluations/student-list.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/student-list.xql,v diff -u -r1.12 -r1.13 --- openacs-4/packages/evaluation/www/admin/evaluations/student-list.xql 8 Aug 2006 21:26:42 -0000 1.12 +++ openacs-4/packages/evaluation/www/admin/evaluations/student-list.xql 6 Aug 2007 11:56:59 -0000 1.13 @@ -21,7 +21,7 @@ and app.community_id = :community_id and app.user_id = ev.party_id - and app.role='student' + and app.role in ('student','member') @@ -63,7 +63,7 @@ $not_in_clause and app.community_id = :community_id and app.user_id = p.person_id - and app.role = 'student' + and app.role in ('student','member')