Index: openacs-4/packages/calendar/www/view-week-display-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-week-display-postgresql.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/calendar/www/view-week-display-postgresql.xql 21 Sep 2003 22:14:45 -0000 1.6 +++ openacs-4/packages/calendar/www/view-week-display-postgresql.xql 25 Sep 2003 23:11:12 -0000 1.7 @@ -39,10 +39,9 @@ and start_date between to_date(:first_weekday_of_the_week_tz, :ansi_date_format) and to_date(:last_weekday_of_the_week_tz, :ansi_date_format) -and cals.package_id= :package_id -and (cals.private_p='f' or (cals.private_p='t' and cals.owner_id= :user_id)) and cals.calendar_id = ci.on_which_calendar and e.event_id = ci.cal_item_id +$calendars_clause order by to_char(start_date, 'J'), to_char(start_date,'HH24:MI')