From: Art Cancro Date: Sat, 17 May 2008 02:47:29 +0000 (+0000) Subject: Sort address book popup forward, not reverse X-Git-Tag: v7.86~2244 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0e259c99e0f2949363217b16b3737de1692275be Sort address book popup forward, not reverse --- diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index 5e3118b0c..7269b043b 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -60,7 +60,7 @@ void display_address_book_middle_div(void) { } } - SortByHashKey(List, 0); + SortByHashKey(List, 1); it = GetNewHashPos(); while (GetNextHashPos(List, it, &len, &Name, &Namee)) { wprintf("