Index: openacs-4/packages/evaluation/www/answer-add-edit-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/answer-add-edit-postgresql.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/evaluation/www/answer-add-edit-postgresql.xql 12 Aug 2004 17:46:42 -0000 1.6 +++ openacs-4/packages/evaluation/www/answer-add-edit-postgresql.xql 24 Aug 2004 22:40:30 -0000 1.7 @@ -21,6 +21,19 @@ + + + + + select answer_id + from evaluation_answers + where party_id = :party_id + and task_item_id = :task_item_id + and content_revision__is_live(answer_id) = true + + + +