Index: openacs-4/packages/evaluation/tcl/evaluation-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/evaluation/tcl/evaluation-procs.xql 31 Mar 2005 11:09:28 -0000 1.2 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.xql 4 Apr 2005 18:22:36 -0000 1.3 @@ -14,44 +14,6 @@ - - - - select et.task_name, - et.number_of_members, - et.due_date, - et.weight, - et.online_p, - et.late_submit_p, - et.requires_grade_p, - crr.lob, crr.content, - crr.content_length, - crr.title, - crr.description, - crr.mime_type, - cri.storage_type - from evaluation_tasksi et, - cr_revisions crr, - cr_items cri - where task_id = :from_task_id - and et.task_id = crr.revision_id - and cri.item_id = crr.item_id - - - - - - - - update cr_revisions - set content = :content, - content_length = :content_length, - lob = :lob - where revision_id = :revision_id - - - -