* migrated SUBST stuff to hash
[citadel.git] / webcit / graphics.c
index e9c0d8c3410067c6a24f7753128278372b383579..a1d50b9e44e790369b5cdaef5918cf80c7d078d0 100644 (file)
@@ -24,7 +24,7 @@ void display_graphics_upload(char *description, char *filename, char *uplurl)
 
        output_headers(1, 1, 1, 0, 0, 0);
 
-       svprintf("BOXTITLE", WCS_STRING, _("Image upload"));
+       svput("BOXTITLE", WCS_STRING, _("Image upload"));
        do_template("beginbox");
 
        wprintf("<form enctype=\"multipart/form-data\" action=\"%s\" "