Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 15 Dec 2006 22:45:30 -0000 1.36 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 8 Mar 2007 17:00:20 -0000 1.37 @@ -33,7 +33,7 @@ } "one_evaluation_notif" { set evaluation_mode display - return [export_vars -base "${base_url}admin/evaluations/one-evaluation-edit" { task_id evaluation_id evaluation_mode }] + return [export_vars -base "${base_url}" { task_id evaluation_id evaluation_mode }] } default { error "[_ evaluation.lt_Unrecognized_value_fo]" @@ -390,12 +390,17 @@ -attributes [list [list weight $weight] \ [list task_name $task_name] \ [list task_item_id $item_id] \ + [list number_of_members $number_of_members] \ [list online_p $online_p] \ [list grade_item_id $to_grade_item_id] \ [list due_date $due_date] \ [list late_submit_p $late_submit_p] \ [list requires_grade_p $requires_grade_p] \ - [list number_of_members $number_of_members]]] + [list estimated_time $estimated_time] \ + [list points $points] \ + [list perfect_score $perfect_score] \ + [list relative_weight $relative_weight] \ + [list forums_related_p $forums_related_p]]] db_exec_plsql clone_content { *SQL* }