X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;h=6eabd801c3080500ea98a4514122cf0b7b05d771;hb=6f1846672284d64b74a10937813320271293ad66;hp=d0e3ef7a074e5733721c98254d52327a8abdbce9;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index d0e3ef7a0..6eabd801c 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -188,7 +188,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to, char *force_room output_headers(1, 1, 1, 0, 0, 0); svput("BOXTITLE", WCS_STRING, _("Edit contact information")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf("
\n"); wprintf("\n", WC->nonce); @@ -360,7 +360,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to, char *force_room ); wprintf("\n"); - do_template("endbox"); + do_template("endbox", NULL); wDumpContent(1); }