* Changed some of the rev-level sensitive stuff to look at the actual version
[citadel.git] / citadel / serv_vcard.c
index 46bb37791ec52fccd9077a6612e3312e2359d8f2..90966312ebc1984f9ac5b3141ef1a84b92149a3e 100644 (file)
@@ -194,7 +194,7 @@ struct vCard *vcard_get_user(struct usersupp *u) {
 
         /* We want the last (and probably only) vcard in this room */
        VC->msgnum = (-1);
-        CtdlForEachMessage(MSGS_LAST, 1, "text/x-vcard",
+        CtdlForEachMessage(MSGS_LAST, 1, (-127), "text/x-vcard",
                NULL, vcard_gu_backend);
         getroom(&CC->quickroom, hold_rm);      /* return to saved room */