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);