Index: openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 23 Jan 2002 07:05:46 -0000 1.4 +++ openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 11 Feb 2002 03:35:14 -0000 1.5 @@ -29,7 +29,8 @@ set cal_stuff [calendar::one_day_display \ -item_template {$item} \ -hour_template "\$hour" \ - -date $current_date -start_hour 7 -end_hour 22] + -date $current_date -start_hour 7 -end_hour 22 \ + -calendar_id_list $list_of_calendar_ids] }