Index: openacs-4/packages/calendar/tcl/cal-item-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs-postgresql.xql,v diff -u -r1.17 -r1.18 --- openacs-4/packages/calendar/tcl/cal-item-procs-postgresql.xql 26 Mar 2004 15:03:09 -0000 1.17 +++ openacs-4/packages/calendar/tcl/cal-item-procs-postgresql.xql 1 Apr 2004 21:00:49 -0000 1.18 @@ -25,7 +25,8 @@ it.type as item_type, on_which_calendar as calendar_id, c.calendar_name, - o.creation_user + o.creation_user, + c.package_id as calendar_package_id from acs_events e join timespans s on (e.timespan_id = s.timespan_id) @@ -60,7 +61,8 @@ it.type as item_type, on_which_calendar as calendar_id, c.calendar_name, - o.creation_user + o.creation_user, + c.package_id as calendar_package_id from acs_events e join timespans s on (e.timespan_id = s.timespan_id)