From a5de3dbe7d1106599728013612c12cd9b007dfdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 26 Apr 2008 09:01:37 +0000 Subject: [PATCH] * migrated to new hash create signature * bumped min libcitadel version to 1.10 * first starts for hashing url-handlers --- webcit/addressbook_popup.c | 4 ++-- webcit/context_loop.c | 2 +- webcit/siteconfig.c | 2 +- webcit/webcit.c | 24 +++++++++++++++++++++--- webcit/webcit.h | 11 ++++++++++- webcit/who.c | 4 ++-- 6 files changed, 37 insertions(+), 10 deletions(-) diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index 47b40a4bd..03a1f6277 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -49,7 +49,7 @@ void display_address_book_middle_div(void) { wprintf("\n"); - List = NewHash(); + List = NewHash(1, NULL); serv_puts("LKRA"); serv_getln(buf, sizeof buf); if (buf[0] == '1') while(len = serv_getln(buf, sizeof buf), strcmp(buf, "000")) { @@ -108,7 +108,7 @@ void display_address_book_inner_div() { begin_ajax_response(); - List = NewHash(); + List = NewHash(1, NULL); wprintf("
" "