Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 16 Jun 2002 12:47:48 -0000 1.27 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 19 Jun 2002 19:14:30 -0000 1.28 @@ -457,9 +457,11 @@ # Do we need a title? if {$real_order_by == "item_type" && $item_type != "$old_item_type"} { if {[empty_string_p $item_type]} { - set item_type "(No Item Type)" + set item_type_for_title "(No Item Type)" + } else { + set item_type_for_title $item_type } - append return_html "$item_type\n" + append return_html "$item_type_for_title\n" set flip 0 }