]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_vcard.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / serv_vcard.c
index 46bb37791ec52fccd9077a6612e3312e2359d8f2..b43cbfb300014c784aa9c70590aad2d53be974e3 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * serv_vcard.c
+ * $Id$
  * 
  * A server-side module for Citadel which supports address book information
  * using the standard vCard format.
  *
- * $Id$
- *
  */
 
 #define ADDRESS_BOOK_ROOM      "Global Address Book"
@@ -194,7 +192,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 */