Replaced cached_msglist array with a btree persistent through the session.
[citadel.git] / webcit / calendar.c
index fe81b959796c3af249dec7c885e3504fa01c5785..273df3bc83e0949b4ffeca5687dc5db334c2ab57 100644 (file)
@@ -806,7 +806,9 @@ void display_edit_event(void) {
 }
 
 /*
- * save an edited event
+ * Save an edited event.  If there is an older version of this event in the store,
+ * we first load it into memory and then apply the changes, so that any fields which
+ * Citael does not know how to handle will be preserved as-is.
  */
 void save_event(void) {
        long msgnum = 0L;