Index: openacs-4/packages/project-manager/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/tcl/calendar-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/project-manager/tcl/calendar-procs.tcl 15 Sep 2005 19:36:40 -0000 1.8 +++ openacs-4/packages/project-manager/tcl/calendar-procs.tcl 19 Sep 2005 16:57:08 -0000 1.9 @@ -134,7 +134,7 @@ # if this is another row of the same item, just add the name. if {[string equal $last_task_id $task_id]} { - append day_details "
  • , ${font_begin}${full_name}${font_end}
  • " + #append day_details "
  • , ${font_begin}${full_name}${font_end}
  • " } else { # this is the beginning of an item. @@ -155,10 +155,10 @@ } # begin setting up this calendar item - set day_details "

    ${detail_begin}$task_id
    $title${detail_end}

    $project_name
    " - + set day_details "

    ${detail_begin}$title${detail_end} - $project_name" + # only add to the list if we want to see closed tasks - append day_details "