Index: openacs-4/packages/evaluation/www/answer-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/answer-add-edit.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/answer-add-edit.tcl 28 Apr 2004 11:06:41 -0000 1.1 +++ openacs-4/packages/evaluation/www/answer-add-edit.tcl 19 May 2004 17:33:08 -0000 1.2 @@ -7,19 +7,19 @@ @creation-date Mar 2004 @cvs-id $Id$ } { - task_id:integer,notnull - grade_id:integer,notnull - answer_id:integer,notnull,optional - item_id:integer,notnull,optional + task_id:integer,notnull + grade_id:integer,notnull + answer_id:integer,notnull,optional + item_id:integer,notnull,optional upload_file:trim,optional upload_file.tmpfile:tmpfile,optional + {return_url "/"} } set user_id [ad_conn user_id] set party_id [db_string get_party_id { *SQL* }] set package_id [ad_conn package_id] -set return_url "task-list?[export_vars { grade_id }]" if { [ad_form_new_p -key answer_id] } { set page_title "Upload Answer"