X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=1396fdebcccc8dae409b69d712a3e8b59e875d8a;hb=54fe998e164cbe292653f7f6206ad700adfdb18b;hp=adca6f6c40d854fd28fb23a8120ceafc8dc58e16;hpb=39e3848d3f9bf18c67c3b5a15ce24fdbe3ca9b84;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index adca6f6c4..1396fdebc 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -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;