Index: openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.xql,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.xql 31 May 2005 23:13:21 -0000 1.3.2.1 +++ openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.xql 4 Oct 2005 18:00:36 -0000 1.3.2.2 @@ -1,7 +1,6 @@ - postgresql7.3 @@ -11,4 +10,16 @@ + + + + select ets.solution_id + from evaluation_tasks_sols ets, cr_items cri + where ets.task_item_id = (select task_item_id from evaluation_tasks where task_id=:task_id) + and cri.live_revision = ets.solution_id + + + + +