From 4522633990f3d29bbf3339ec34e18ce5ccb9ba8b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 4 Jul 2005 20:50:41 +0000 Subject: [PATCH] Replaced SVN revision: 1409 --- src/elogd.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 40b6e911..f9a02315 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.689 2005/07/04 20:50:41 ritt + Replaced + Revision 1.688 2005/07/04 20:43:39 ritt 'Show all entries' keeps parameters from original search @@ -9623,21 +9626,21 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL } else if (attr_flags[index] & AF_MULTI) { /* display multiple check boxes */ - rsprintf("\n", title); + rsprintf("\n", title); for (i = 0; i < MAX_N_LIST && attr_options[index][i][0]; i++) { sprintf(str, "%s_%d", ua, i); if (strstr(attrib[index], attr_options[index][i])) rsprintf - ("\n", + ("\n", str, str, attr_options[index][i]); else rsprintf - ("\n", + ("\n", str, str, attr_options[index][i]); - rsprintf("\n", str, attr_options[index][i]); + rsprintf("\n", str, attr_options[index][i]); if (format_flags[index] & AFF_MULTI_LINE) rsprintf("
");