Index: openacs-4/packages/evaluation/www/task-view-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/task-view-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/evaluation/www/task-view-postgresql.xql 22 May 2004 01:20:24 -0000 1.2 +++ openacs-4/packages/evaluation/www/task-view-postgresql.xql 7 Jun 2004 16:05:07 -0000 1.3 @@ -14,7 +14,7 @@ et.data as task_data, ets.title as solution_title, ets.data as solution_data, - eg.grade_name, eg.weight as grade_weight, + eg.grade_plural_name, eg.weight as grade_weight, ets.revision_id from evaluation_grades eg, evaluation_tasksi et left outer join evaluation_tasks_solsi ets on (ets.task_id = et.task_id and content_revision__is_live(ets.solution_id) = true)