From 38e85740081790706a48d0cc94c8247c6e64c44e Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 3 Jun 2002 09:37:47 +0000 Subject: [PATCH] Fixed bug with MOptions in Email notification SVN revision: 68 --- elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elogd.c b/elogd.c index 40c25471..166224c4 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.30 2002/06/03 09:37:47 midas + Fixed bug with MOptions in Email notification + Revision 1.29 2002/06/03 08:30:44 midas Add
for replies in HTML format @@ -5487,7 +5490,7 @@ int i, j, n, missing, first, index, n_attr, n_mail, suppress, status; { strcpy(str, " "); memcpy(str, attr_list[j], strlen(attr_list[j])); - sprintf(str+20, ": %s\r\n", getparam(attr_list[j])); + sprintf(str+20, ": %s\r\n", attrib[j]); strcpy(mail_text+strlen(mail_text), str); }