Index: openacs-4/packages/evaluation-portlet/lib/tasks-chunk.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/lib/tasks-chunk.xql,v diff -u -N --- openacs-4/packages/evaluation-portlet/lib/tasks-chunk.xql 8 Apr 2005 14:58:54 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ - - - - - - - select eg.grade_name, eg.grade_plural_name - from evaluation_grades eg, cr_items cri - where eg.grade_item_id = :grade_item_id - and cri.live_revision = eg.grade_id - - - - - - select ets.solution_id - from evaluation_tasks_sols ets, cr_items cri - where ets.task_item_id = :task_item_id - and cri.live_revision = ets.solution_id - - - - -