Index: openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 25 Feb 2002 19:51:38 -0000 1.4 +++ openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 12 Mar 2002 06:13:47 -0000 1.5 @@ -43,7 +43,7 @@ if {$view == "day"} { set cal_stuff [calendar::one_day_display \ -item_template {$item} \ - -hour_template "\$hour" \ + -hour_template "\$hour" \ -date $current_date -start_hour 7 -end_hour 22 \ -calendar_id_list $list_of_calendar_ids] }