X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fnotes.c;h=d08b0777fca208e7e9d9a3900bbaaa17e42a0488;hp=58e9bc8508de379f4bfa4ea40ee7e4aa216c8e6c;hb=31b598b10dcc8f63c5cf77cffb6f305f7cff1339;hpb=b52cf7ba50bb7d2e47c284653ce3d779f9ee77d5 diff --git a/webcit/notes.c b/webcit/notes.c index 58e9bc850..d08b0777f 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -347,7 +347,7 @@ void display_note(long msgnum, int unread) { if (v) { // display_vnote_div(v); DoTemplate(HKEY("vnoteitem"), - v, WC->WBuf, CTX_VNOTE); + WC->WBuf, v, CTX_VNOTE); /* uncomment these lines to see ugly debugging info