* The EUID index is now built, and replication checks are being performed
[citadel.git] / citadel / serv_vcard.c
index 86e5afd3dc24d6e7d425afa37e50ad88722e214a..0c35d8c188996f55a01be54da04457790d44b85b 100644 (file)
@@ -455,8 +455,7 @@ int vcard_upload_aftersave(struct CtdlMessage *msg) {
                        vcard_free(v);
 
                        /* Put it in the Global Address Book room... */
-                       CtdlSaveMsgPointerInRoom(ADDRESS_BOOK_ROOM, I,
-                               (SM_VERIFY_GOODNESS | SM_DO_REPL_CHECK) );
+                       CtdlSaveMsgPointerInRoom(ADDRESS_BOOK_ROOM, I, 1, msg);
 
                        /* ...and also in the directory database. */
                        vcard_add_to_directory(I, NULL);