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 -r1.3 -r1.4 --- openacs-4/packages/calendar/www/view-month-display-postgresql.xql 26 Jul 2003 21:06:09 -0000 1.3 +++ openacs-4/packages/calendar/www/view-month-display-postgresql.xql 26 Jul 2003 21:08:16 -0000 1.4 @@ -13,8 +13,8 @@ coalesce(e.description, a.description) as description, coalesce(e.status_summary, a.status_summary) as status_summary, e.event_id as item_id, - on_which_calendar, - calendar_name + cals.calendar_id, + cals.calendar_name from acs_activities a, acs_events e, timespans s,