]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard_edit.c
* Worked on meeting accept/decline a little bit
[citadel.git] / webcit / vcard_edit.c
index 1c156cce461e5ac82f252508ab51ebb81479db6f..8dcd227cd4e4b78fb6a7effff1f638b32a50e23c 100644 (file)
@@ -182,7 +182,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
 
        /* Display the form */
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/submit_vcard\">\n");
-       wprintf("<H2><IMG VALIGN=CENTER SRC=\"/static/vcard.gif\">"
+       wprintf("<H2><IMG ALIGN=CENTER SRC=\"/static/vcard.gif\">"
                "Contact information for ");
        escputs(whatuser);
        wprintf("</H2>\n");
@@ -335,7 +335,7 @@ void submit_vcard(void) {
        serv_puts("000");
 
        if (!strcmp(bstr("return_to"), "/select_user_to_edit")) {
-               select_user_to_edit(NULL);
+               select_user_to_edit(NULL, NULL);
        }
        else {
                readloop("readnew");