Index: openacs-4/packages/evaluation/lib/evaluations-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/lib/evaluations-chunk.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/evaluation/lib/evaluations-chunk.tcl 11 Sep 2004 00:49:20 -0000 1.13 +++ openacs-4/packages/evaluation/lib/evaluations-chunk.tcl 13 Sep 2004 21:30:22 -0000 1.14 @@ -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] }