X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;fp=webcit%2Fvcard_edit.c;h=3a05145ba88b4e5732a8358ce3814ec35b87748d;hb=43eb0a0a6b4a7a09f25d8594caceb7bccd1604cc;hp=6825f8c58f2b9f4ea96faccbf6fe1763004d6743;hpb=60d573400472f25f2b4147894b4cf2572b47f69f;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 6825f8c58..3a05145ba 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -892,10 +892,7 @@ int vcard_LoadMsgFromServer(SharedMessageStatus * Stat, memset(&SubTP, 0, sizeof(WCTemplputParams)); StackContext(TP, &SubTP, abEntry, CTX_VCARD, 0, NULL); - - // ajc 2017mar08: not sure why this was here, it just writes in the wrong part of the screen - // DoTemplate(HKEY("vcard_list_name"), WCC->WBuf, &SubTP); - + DoTemplate(HKEY("vcard_list_name"), abEntry->name, &SubTP); // this puts the indexable contact name in abEntry->name for later sorting/display UnStackContext(&SubTP); if (StrLength(abEntry->name) == 0) {