From 0ffec93216769140d99c9fba3c6abfc4ad938c6c Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sun, 13 Feb 2005 15:42:39 +0000 Subject: [PATCH] Solved bug with 'fixed' ROptions attributes SVN revision: 1198 --- src/elogd.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 692017da..149b5ec1 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.555 2005/02/13 15:42:39 ritt + Solved bug with 'fixed' ROptions attributes + Revision 1.554 2005/02/12 16:14:19 ritt Removed superflous @@ -8214,13 +8217,6 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (strstr(attrib[index], attr_options[index][i])) rsprintf("\n", str, attr_options[index][i]); } - } else if (attr_flags[index] & AF_RADIO) { - 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", str, attr_options[index][i]); - } } else if (attr_flags[index] & AF_ICON) { for (i = 0; i < MAX_N_LIST && attr_options[index][i][0]; i++) { sprintf(str, "%s_%d", ua, i);