Index: openacs-4/packages/evaluation/www/answer-add-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/answer-add-edit.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/answer-add-edit.xql 10 Sep 2004 19:16:30 -0000 1.1 +++ openacs-4/packages/evaluation/www/answer-add-edit.xql 7 Apr 2005 11:26:58 -0000 1.2 @@ -2,18 +2,6 @@ - - - - update cr_revisions - set content = :filename, - mime_type = :mime_type, - content_length = :content_length - where revision_id = :revision_id - - - - @@ -34,4 +22,33 @@ + + + + select task_item_id, task_name + from evaluation_tasks + where task_id = :task_id + + + + + + + + select late_submit_p from evaluation_tasks where task_id = :task_id + + + + + + + + select crr.title, crr.item_id + from evaluation_answers ea, cr_revisions crr + where ea.answer_id = :answer_id + and crr.revision_id = ea.answer_id + + + +