Index: openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.tcl 11 Sep 2004 00:41:09 -0000 1.10 +++ openacs-4/packages/evaluation-portlet/lib/evaluations-chunk.tcl 13 Sep 2004 21:29:46 -0000 1.11 @@ -114,12 +114,12 @@ } else { set grade "[_ evaluation-portlet.Not_available_]" - set task_weight "[_ evaluation-portlet.Not_available_]" + set task_weight [lc_numeric $task_weight] } } else { set grade "[_ evaluation-portlet.Not_evaluated_]" set max_grade [expr $task_weight + $max_grade] - set task_weight "[_ evaluation-portlet.Not_evaluated_]" + set task_weight [lc_numeric $task_weight] } if { [db_0or1row get_answer_info { *SQL* }] } {