Index: openacs-4/packages/evaluation/www/admin/evaluations/audit-info-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/audit-info-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/evaluation/www/admin/evaluations/audit-info-postgresql.xql 7 Jul 2004 17:26:44 -0000 1.2 +++ openacs-4/packages/evaluation/www/admin/evaluations/audit-info-postgresql.xql 30 Jul 2004 22:50:10 -0000 1.3 @@ -6,11 +6,11 @@ - select evaluation__party_name(ese.party_id,ese.task_id) as party_name, + select evaluation__party_name(ese.party_id,:task_id) as party_name, ese.party_id from evaluation_student_evals ese where content_revision__is_live(ese.evaluation_id) = true - and ese.task_id = :task_id + and ese.task_item_id = :task_item_id