Index: openacs-4/packages/calendar/www/view-month-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-month-display.tcl,v diff -u -r1.20.2.2 -r1.20.2.3 --- openacs-4/packages/calendar/www/view-month-display.tcl 9 Mar 2007 19:29:16 -0000 1.20.2.2 +++ openacs-4/packages/calendar/www/view-month-display.tcl 6 Apr 2007 18:04:15 -0000 1.20.2.3 @@ -1,8 +1,4 @@ -ns_log notice "DAVEB102 view-month-display.tcl" -# FIXME from sloanspace calendar, they have added a system_type attribute to -# cal_items table, which can be null, class, community, or personal -# this is used to figure out which CSS class to use, for now we set to -# empty string to use generic cal-Item css class DAVEB 20070121 + set system_type "" if {![info exists date] || [empty_string_p $date]} { # Default to todays date in the users (the connection) timezone @@ -229,7 +225,7 @@ set url_stub $url_stubs($calendar_id) } - + array set display_information \ [calendar::get_month_multirow_information \ -current_day $current_day \