* Modified load_msg_pointers(), gave it the ability to return the lowest and highest...
[citadel.git] / webcit / useredit.c
index adca6f6c40d854fd28fb23a8120ceafc8dc58e16..1396fdebcccc8dae409b69d712a3e8b59e875d8a 100644 (file)
@@ -424,7 +424,7 @@ long locate_user_vcard_in_this_room(message_summary **VCMsg, wc_mime_attachment
 TRYAGAIN:
        Done = 0;
        /* Search for the user's vCard */
-       if (load_msg_ptrs("MSGS ALL||||1", 1) > 0) {
+       if (load_msg_ptrs("MSGS ALL||||1", 1, NULL, NULL) > 0) {
                at = GetNewHashPos(WCC->summ, 0);
                while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) {
                        Msg = (message_summary*) vMsg;