CtdlGetSysConfig() and CtdlPutSysConfig() now have the ability to store large configu...
[citadel.git] / citadel / modules / vcard / serv_vcard.c
index dbb9255f949fb9750926093f38f87315bd1f89f8..d828dc73cd4500fe3c990c421495d52663f2b115 100644 (file)
@@ -533,7 +533,6 @@ void vcard_write_user(struct ctdluser *u, struct vCard *v) {
                        strlen(ser)+1,          /* length */
                        u,                      /* which user */
                        0,                      /* not binary */
-                       0,                      /* don't delete others of this type */
                        0);                     /* no flags */
 
        free(ser);