]> code.citadel.org Git - citadel.git/blobdiff - webcit/useredit.c
* Finished the thing to edit other users' vCards.
[citadel.git] / webcit / useredit.c
index e47ed8dbb6c4ee40a17f3a19d3bd38a91f3b8331..540999254e5f75ed6a9259abceb2b8843b57f557 100644 (file)
@@ -180,7 +180,7 @@ TRYAGAIN:
                return;
        }
 
-       display_addressbook(vcard_msgnum, 0);
+       do_edit_vcard(vcard_msgnum, "1", "/select_user_to_edit");
 }