]> code.citadel.org Git - citadel.git/blobdiff - webcit/graphics.c
* buybuy serv_read
[citadel.git] / webcit / graphics.c
index ba879dc35aac4bd09d9e47da2acff8444d594160..6aab9381ae1392e6d66b22ceb4b602fa0d611668 100644 (file)
@@ -22,13 +22,13 @@ void display_graphics_upload(char *description, char *filename, char *uplurl)
                display_main_menu();
                return;
        }
-       output_headers(1, 1, 0, 0, 0, 0);
+       /*output_headers(1, 1, 0, 0, 0, 0); */
 
        output_headers(1, 1, 1, 0, 0, 0);
 
        Buf = NewStrBufPlain(_("Image upload"), -1);
        memset(&SubTP, 0, sizeof(WCTemplputParams));
-       SubTP.ContextType = CTX_STRBUF;
+       SubTP.Filter.ContextType = CTX_STRBUF;
        SubTP.Context = Buf;
        DoTemplate(HKEY("beginbox"), NULL, &SubTP);