]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard_edit.c
* Found and removed more absolute URL's.
[citadel.git] / webcit / vcard_edit.c
index e9ac011b1856b5a237f8820e975e6e8d41822e1c..7ff6a76aab17d4d251141aa2002f957032b9aa76 100644 (file)
@@ -400,10 +400,10 @@ void submit_vcard(void) {
        serv_puts("end:vcard");
        serv_puts("000");
 
-       if (!strcmp(bstr("return_to"), "/select_user_to_edit")) {
+       if (!strcmp(bstr("return_to"), "select_user_to_edit")) {
                select_user_to_edit(NULL, NULL);
        }
-       else if (!strcmp(bstr("return_to"), "/do_welcome")) {
+       else if (!strcmp(bstr("return_to"), "do_welcome")) {
                do_welcome();
        }
        else {