Index: openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql 26 Mar 2004 15:03:09 -0000 1.9 +++ openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql 1 Apr 2004 21:00:49 -0000 1.10 @@ -29,7 +29,8 @@ cal_item_types.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_activities a, acs_events e, timespans s, @@ -63,7 +64,8 @@ cal_item_types.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_activities a, acs_events e, timespans s,