Index: openacs-4/contrib/packages/project-manager/tcl/task-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/tcl/Attic/task-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/contrib/packages/project-manager/tcl/task-procs.tcl 23 Jun 2004 17:15:43 -0000 1.14 +++ openacs-4/contrib/packages/project-manager/tcl/task-procs.tcl 25 Jun 2004 00:27:10 -0000 1.15 @@ -895,7 +895,7 @@ set subject "Task reopened (was $status_description): $task_title" - if {[parameter::get_from_package_key -package_key project-manager -parameter UseUncertainCompletionTimesP]} { + if {[string is true [parameter::get_from_package_key -package_key project-manager -parameter UseUncertainCompletionTimesP]]} { set estimated_work "\nHrs work (min): $estimated_hours_work_min\nHrs work (max): $estimated_hours_work_max" } else { set estimated_work "\nHrs work: $estimated_hours_work" @@ -1070,7 +1070,7 @@ set subject "Task closed (was $status_description) $task_title" - if {[parameter::get_from_package_key -package_key project-manager -parameter UseUncertainCompletionTimesP]} { + if {[string is true [parameter::get_from_package_key -package_key project-manager -parameter UseUncertainCompletionTimesP]]} { set estimated_work "\nHrs work (min): $estimated_hours_work_min\nHrs work (max): $estimated_hours_work_max" } else { set estimated_work "\nHrs work: $estimated_hours_work"