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 -r1.8 -r1.9 --- openacs-4/packages/calendar/tcl/cal-item-procs.tcl 14 May 2002 05:06:29 -0000 1.8 +++ openacs-4/packages/calendar/tcl/cal-item-procs.tcl 3 Jun 2002 04:08:17 -0000 1.9 @@ -239,9 +239,8 @@ # set the date_format set date_format "YYYY-MM-DD HH24:MI" - # first update the acs_activities - - db_dml update_activity "" + # update the events + db_dml update_event "" # update the time interval based on the timespan id @@ -319,7 +318,8 @@ db_exec_plsql recurrence_timespan_update {} # Update the activities table - db_dml recurrence_activities_update {} + # We shouldn't update activities, I don't think + # db_dml recurrence_activities_update {} # Update the events table db_dml recurrence_events_update {}