From: Art Cancro Date: Tue, 7 Mar 2017 16:54:43 +0000 (-0500) Subject: found the bug! fixed it! X-Git-Tag: v939~611 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=43eb0a0a6b4a7a09f25d8594caceb7bccd1604cc found the bug! fixed it! --- 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) {