From 81fd592c235f7773b4f47a5ec6874a8d52d1b764 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 19 Apr 2007 20:55:36 +0000 Subject: [PATCH] Address book popup now populates with actual contacts. (Still need to add js code to fill the calling input box) --- webcit/addressbook_popup.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index d96122481..7d67bc74e 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -58,19 +58,23 @@ void display_address_book_middle_div(void) { * \brief Address book popup results */ void display_address_book_inner_div() { - int i; - static int foo; - char *which_addr_book; + char buf[256]; - which_addr_book = bstr("which_addr_book"); - lprintf(9, "FIXME get addresses in <%s>\n", which_addr_book); begin_ajax_response(); wprintf("
" "
\n"); -- 2.39.2