Index: openacs-4/packages/logger/www/log.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/log.tcl,v diff -u -N -r1.34 -r1.35 --- openacs-4/packages/logger/www/log.tcl 14 Oct 2005 22:41:16 -0000 1.34 +++ openacs-4/packages/logger/www/log.tcl 14 Oct 2005 22:48:29 -0000 1.35 @@ -80,7 +80,7 @@ logger::project::get -project_id $project_id -array project_array logger::variable::get -variable_id $variable_id -array variable_array set unit "[_ [regsub -all {#} $variable_array(unit) ""]]" - + # get the project_manager_url if this is related to project manager set project_manager_url [logger::util::project_manager_url] @@ -257,6 +257,7 @@ db_1row get_task_values { } set my_task_id $pm_task_id + } else { set my_task_id "" @@ -540,6 +541,12 @@ if {[exists_and_not_null pm_task_id]} { db_1row get_task_values { } + + # Remix status if it exists to fix localization + if {[info exists status_description]} { + set status_description "[_ [regsub -all {#} $status_description ""]]" + } + } else { set my_task_id "" }