Index: openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 25 May 2007 12:58:20 -0000 1.8 +++ openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 14 Sep 2007 09:32:25 -0000 1.9 @@ -106,7 +106,7 @@ set today_p t } - if { $day_of_week == 0} { + if { $day_of_week == 1} { set beginning_of_week_p t } else { set beginning_of_week_p f @@ -130,6 +130,7 @@ } else { set class inactive } + multirow append days $day_number $beginning_of_week_p $end_of_week_p $today_p $active_p \ "[export_vars -base $base_url {{date $ansi_date} summary}]" $count $class incr day_number