Index: openacs-4/packages/calendar/tcl/cal-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs.tcl,v diff -u -N -r1.35 -r1.35.2.1 --- openacs-4/packages/calendar/tcl/cal-item-procs.tcl 24 Aug 2018 10:32:19 -0000 1.35 +++ openacs-4/packages/calendar/tcl/cal-item-procs.tcl 8 Oct 2019 12:44:04 -0000 1.35.2.1 @@ -211,7 +211,6 @@ {-ical_vars ""} } { Edit the item - } { if {[dates_valid_p -start_date $start_date -end_date $end_date]} { if {$edit_all_p} { @@ -289,7 +288,7 @@ where cal_item_id= :cal_item_id }] - calendar::do_notifications -mode Edited -cal_item_id $cal_item_id + calendar::do_notifications -mode Edited -cal_item_id $cal_item_id } } else { ad_return_complaint 1 [_ calendar.start_time_before_end_time]