* Use wDumpContent() instead of end_burst() where appropriate
[citadel.git] / webcit / notes.c
index fe75c32b50da145ac2fe9cce759e6278e1d56a12..13e03723a86e54a67c2180233e6cbe7987fb5fec 100644 (file)
@@ -433,7 +433,7 @@ int notes_GetParamsGetServerCall(SharedMessageStatus *Stat,
 
 int notes_Cleanup(void **ViewSpecific)
 {
-       end_burst();
+       wDumpContent(1);
        return 0;
 }