Index: openacs-4/packages/calendar/www/cal-weekview-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/cal-weekview-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/calendar/www/cal-weekview-postgresql.xql 15 Sep 2001 07:14:32 -0000 1.3 +++ openacs-4/packages/calendar/www/cal-weekview-postgresql.xql 17 Sep 2001 06:49:49 -0000 1.4 @@ -10,7 +10,7 @@ as day_of_the_week, to_char(next_day(to_date(:current_date, 'yyyy-mm-dd')-7, 'SUNDAY'),'YYYY-MM-DD') as sunday_of_the_week, - to_char(next_day(to_date(:current_date, 'yyyy-mm-dd'), 'Saturday'),'YYYY-MM-DD') + to_char(next_day(to_date(:current_date, 'yyyy-mm-dd')+7, 'Saturday'),'YYYY-MM-DD') as saturday_of_the_week from dual