Index: openacs-4/packages/calendar/www/view-month-display-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/view-month-display-postgresql.xql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/calendar/www/view-month-display-postgresql.xql 14 Aug 2003 15:44:08 -0000 1.5 +++ openacs-4/packages/calendar/www/view-month-display-postgresql.xql 25 Sep 2003 23:11:12 -0000 1.6 @@ -24,11 +24,10 @@ and e.activity_id = a.activity_id and start_date between to_timestamp(:first_date_of_month_system, :ansi_date_format) and to_timestamp(:last_date_in_month_system, :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 - order by ansi_start_date + $calendars_clause + order by ansi_start_date, ansi_end_date