Index: openacs-4/packages/calendar/tcl/cal-item-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs.xql,v diff -u -r1.11.2.3 -r1.11.2.4 --- openacs-4/packages/calendar/tcl/cal-item-procs.xql 30 Jan 2024 10:46:57 -0000 1.11.2.3 +++ openacs-4/packages/calendar/tcl/cal-item-procs.xql 30 Jan 2024 10:56:30 -0000 1.11.2.4 @@ -42,12 +42,12 @@ on (e.activity_id = a.activity_id) join cal_items i on (e.event_id = i.cal_item_id) + join acs_objects o + on (o.object_id = i.cal_item_id) left join cal_item_types it on (it.item_type_id = i.item_type_id) left join calendars c on (c.calendar_id = i.on_which_calendar) - left join acs_objects o - on (o.object_id = i.cal_item_id) where e.event_id = :cal_item_id