* Reference count adjustments are now deferred by queuing
[citadel.git] / citadel / serv_vcard.c
index f2205b687b6d26177f05f621ccc39a32c6d8bd24..ffa723f3f651d86a43559fc68385a32e1a498a92 100644 (file)
@@ -322,8 +322,7 @@ int vcard_upload_beforesave(struct CtdlMessage *msg) {
                                 * want to make sure there is absolutely only one
                                 * vCard in the user's config room at all times.
                                 */
-                               CtdlDeleteMessages(CC->room.QRname,
-                                               NULL, 0, "text/x-vcard", 1);
+                               CtdlDeleteMessages(CC->room.QRname, NULL, 0, "text/x-vcard");
 
                                /* Make the author of the message the name of the user.
                                 */