Revert "Replaced cached_msglist array with a btree persistent through the session."
[citadel.git] / webcit / calendar.c
index 273df3bc83e0949b4ffeca5687dc5db334c2ab57..fe81b959796c3af249dec7c885e3504fa01c5785 100644 (file)
@@ -806,9 +806,7 @@ void display_edit_event(void) {
 }
 
 /*
- * 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.
+ * save an edited event
  */
 void save_event(void) {
        long msgnum = 0L;