From: Art Cancro Date: Fri, 4 May 2001 04:28:10 +0000 (+0000) Subject: * Added "page user" button in wholist X-Git-Tag: v7.86~6885 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=2ef75a94945c225126ad3a98e0edf5abf94bb182;p=citadel.git * Added "page user" button in wholist --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 401cda13b..9303c97b2 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 213.9 2001/05/04 04:28:10 ajc +* Added "page user" button in wholist + Revision 213.8 2001/05/01 00:49:43 ajc * more of the UI overhaul @@ -531,3 +534,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/paging.c b/webcit/paging.c index 1465e2545..933ea6c12 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -29,6 +29,9 @@ void display_page(void) { char buf[256]; char user[256]; + char recp[256]; + + strcpy(recp, bstr("recp")); output_headers(1); @@ -53,7 +56,13 @@ void display_page(void) if (buf[0] == '1') { while (serv_gets(buf), strcmp(buf, "000")) { extract(user, buf, 1); - wprintf("