* templatize user editing
[citadel.git] / webcit / notes.c
index 58e9bc8508de379f4bfa4ea40ee7e4aa216c8e6c..d08b0777fca208e7e9d9a3900bbaaa17e42a0488 100644 (file)
@@ -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