Index: openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql 28 Apr 2004 11:09:54 -0000 1.1 +++ openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql 22 May 2004 01:20:25 -0000 1.2 @@ -9,7 +9,8 @@ select content_revision__get_content(ets.solution_id) as content, crr.title, crr.item_id, - cri.storage_type + cri.storage_type, + crr.revision_id from evaluation_tasks_sols ets, cr_items cri, cr_revisions crr where ets.solution_id = :solution_id and ets.solution_id = crr.revision_id