* Found and removed more absolute URL's.
[citadel.git] / webcit / useredit.c
index 0da29118649b93ba1bb3c97bcf45e94c13dd2bd9..73328b00be92fc919062583aaaaeea9fb8c86159 100644 (file)
@@ -195,7 +195,7 @@ void display_edit_address_book_entry(char *username, long usernum) {
                return;
        }
 
-       do_edit_vcard(vcard_msgnum, "1", "/select_user_to_edit");
+       do_edit_vcard(vcard_msgnum, "1", "select_user_to_edit");
 }