From 2987dec9a8b02ca8e7cd47d4528939765bab9dc4 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 10 Mar 2004 14:53:40 +0000 Subject: [PATCH] Fixed bug with MOptions and conditional attributes SVN revision: 822 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 8b7e1316..b54aae01 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.289 2004/03/10 14:53:40 midas + Fixed bug with MOptions and conditional attributes + Revision 1.288 2004/03/09 09:56:04 midas Implemented 'ID display' @@ -6233,7 +6236,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL attrib[i][0] = 0; first = 1; for (j = 0; j < MAX_N_LIST; j++) { - sprintf(str, "%s#%d", ua, j); + sprintf(str, "%s_%d", ua, j); if (getparam(str)) { if (*getparam(str)) { if (first)