* Use wDumpContent() instead of end_burst() where appropriate
[citadel.git] / webcit / vcard_edit.c
index 248881d11b84f07ce25d1b3f9ac826b83b57594d..2897424b0723f6f7d1968040ebaca262328747a7 100644 (file)
@@ -1318,7 +1318,7 @@ int vcard_Cleanup(void **ViewSpecific)
        vcardview_struct *VS;
 
        VS = (vcardview_struct*) *ViewSpecific;
-       end_burst();
+       wDumpContent(1);
        if ((VS != NULL) && 
            (VS->addrbook != NULL))
                free(VS->addrbook);